summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-04 01:19:09 +0000
committerrillig <rillig>2007-01-04 01:19:09 +0000
commit560b44f1531e5d5f685670ba9002d566d54118e6 (patch)
treeb79b46b7606ef8563916c7e9aaed5f08f4cf0ad8 /sysutils/gnome-vfs
parentf50aee4e7486858abc48ef48a61736efc74ec5b2 (diff)
downloadpkgsrc-560b44f1531e5d5f685670ba9002d566d54118e6.tar.gz
Fixed Perl interpreter for some file systems. PKGREVISION++
Diffstat (limited to 'sysutils/gnome-vfs')
-rw-r--r--sysutils/gnome-vfs/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile
index 8d38351cd52..87c968c303a 100644
--- a/sysutils/gnome-vfs/Makefile
+++ b/sysutils/gnome-vfs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2006/04/17 13:46:05 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2007/01/04 01:19:09 rillig Exp $
DISTNAME= gnome-vfs-1.0.5
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/1.0/}
@@ -14,7 +14,7 @@ BUILDLINK_API_DEPENDS.gnome-mime-data+= gnome-mime-data>=2.0.1
USE_PKGLOCALEDIR= YES
USE_X11BASE= YES
-USE_TOOLS+= gmake msgfmt pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config perl:run
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
@@ -23,6 +23,9 @@ CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${ICONV_TYPE}-iconv}
CONFIGURE_ARGS.gnu-iconv= --with-libiconv=yes
+REPLACE_PERL.extfs= a deb.in mailfs rpms tar
+REPLACE_PERL+= ${REPLACE_PERL.extfs:S,^,modules/extfs/,}
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../databases/gnome-mime-data/buildlink3.mk"