diff options
author | tron <tron> | 2001-08-27 20:15:39 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 20:15:39 +0000 |
commit | aa500a5681e5f77519002448f8f34767f2ff65e1 (patch) | |
tree | 24697d0a4d760720c4a0796b2e87e1e589c042ed | |
parent | 272ad3a20be1c482a1579ed884dd813b4cb9d117 (diff) | |
download | pkgsrc-aa500a5681e5f77519002448f8f34767f2ff65e1.tar.gz |
Remove build dependence on "xml-i18n-tools" because "gnome-vfs" has its
own copies of this stuff.
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index b5b62643646..b42112af09f 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/08/27 20:10:16 tron Exp $ +# $NetBSD: Makefile,v 1.13 2001/08/27 20:15:39 tron Exp $ # DISTNAME= gnome-vfs-1.0.1 @@ -12,7 +12,6 @@ COMMENT= GNOME Virtual File System 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 |