diff options
author | tron <tron> | 2001-08-27 20:10:16 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 20:10:16 +0000 |
commit | f4209d849d1ede4370a5b25435156a473e30170f (patch) | |
tree | ab435fa9dfc6bbd5a57885e7a72715c9a0a86f8c /sysutils/gnome-vfs/Makefile | |
parent | bfdb9126cfbf7837ee83e1ce1e78f125fc686fad (diff) | |
download | pkgsrc-f4209d849d1ede4370a5b25435156a473e30170f.tar.gz |
Heavily patch auto configure stuff to make this work with the new
"autoconf" package.
Diffstat (limited to 'sysutils/gnome-vfs/Makefile')
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index 966215dee11..b5b62643646 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/08/27 13:12:51 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/08/27 20:10:16 tron Exp $ # DISTNAME= gnome-vfs-1.0.1 @@ -10,8 +10,9 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME Virtual File System -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.50:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake +BUILD_DEPENDS+= xml-i18n-tools>=0.9:../../textproc/xml-i18n-tools DEPENDS+= GConf>=1.0.0:../../devel/GConf BUILD_USES_MSGFMT= YES |