summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/planner/planner-0.12-r1.ebuild')
-rw-r--r--app-office/planner/planner-0.12-r1.ebuild8
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 () {