summaryrefslogtreecommitdiff
path: root/editors/gedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r--editors/gedit/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index e19912ea961..cf77ef26d42 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2008/11/24 13:39:28 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2008/12/24 17:56:11 jmcneill Exp $
#
DISTNAME= gedit-2.24.2
@@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
+USE_TOOLS+= autoconf
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
@@ -34,6 +35,9 @@ BUILDLINK_API_DEPENDS.libglade+= libglade>=2.6.0
BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.16.0
BUILDLINK_API_DEPENDS.gnome-vfs+= gnome-vfs>=2.16.0
+pre-configure:
+ cd ${WRKSRC} && autoconf -f
+
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"