diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-04 01:19:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-04 01:19:09 +0000 |
commit | 5ed999b3639a88cc9673e4f8a9e216d716feaf18 (patch) | |
tree | b79b46b7606ef8563916c7e9aaed5f08f4cf0ad8 /sysutils | |
parent | cda1616e5b4d714a1330b12caf64fc2600ca4580 (diff) | |
download | pkgsrc-5ed999b3639a88cc9673e4f8a9e216d716feaf18.tar.gz |
Fixed Perl interpreter for some file systems. PKGREVISION++
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 9 |
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" |