diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-22 23:20:15 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-22 23:20:15 +0000 |
commit | c832cae30ef10ce3728ed059b7718038fbc64cfc (patch) | |
tree | a88b993bc745c7ab6b785de1a63d58293de03a85 /app-office/planner/planner-0.12-r1.ebuild | |
parent | Added missing dependency on =gnome-extra/libgtkhtml-3.0*. Closes bug #63191. ... (diff) | |
download | gentoo-2-c832cae30ef10ce3728ed059b7718038fbc64cfc.tar.gz gentoo-2-c832cae30ef10ce3728ed059b7718038fbc64cfc.tar.bz2 gentoo-2-c832cae30ef10ce3728ed059b7718038fbc64cfc.zip |
add aclocal/automake/autoconf if calling intltoolize (#68514)
Diffstat (limited to 'app-office/planner/planner-0.12-r1.ebuild')
-rw-r--r-- | app-office/planner/planner-0.12-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-office/planner/planner-0.12-r1.ebuild b/app-office/planner/planner-0.12-r1.ebuild index 487032d719d0..1dbac86c84d9 100644 --- a/app-office/planner/planner-0.12-r1.ebuild +++ b/app-office/planner/planner-0.12-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12-r1.ebuild,v 1.2 2004/07/14 12:38:31 foser Exp $ - - +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12-r1.ebuild,v 1.3 2004/10/22 23:20:15 liquidx Exp $ inherit gnome2 + DESCRIPTION="Project manager for Gnome2" HOMEPAGE="http://planner.imendio.org/" @@ -44,7 +43,8 @@ src_unpack () { unpack ${A} cd ${S} # Upstream has a newer intltool, doing this will fix some dependency problems - intltoolize --force + elibtoolize + intltoolize --force && aclocal && autoconf && automake } pkg_postinst () { |