diff options
Diffstat (limited to 'sysutils/gnome-vfs/Makefile')
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index 9a01c06991a..392cd5aad5b 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/11/27 16:13:16 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/30 04:07:17 mycroft Exp $ # DISTNAME= gnome-vfs-0.4.1 @@ -8,13 +8,18 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gnome-vfs/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= GConf>=0.11:../../devel/GConf -GNU_CONFIGURE= YES USE_X11BASE= YES USE_GMAKE= YES USE_LIBTOOL= YES - LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +GNU_CONFIGURE= YES + +pre-configure: + cd ${WRKSRC} && autoconf && automake + .include "../../mk/bsd.pkg.mk" |