diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 18:17:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 18:17:52 +0800 |
commit | 207e8175376ca7e29ce2f33a91ad21bebda17cf9 (patch) | |
tree | f4c22273e85eef66135f703e5bb165efefc36876 /sysutils | |
parent | 19e348eb7d76b93c0f8262df74ca3eee75d823f5 (diff) | |
download | freebsd-ports-gnome-207e8175376ca7e29ce2f33a91ad21bebda17cf9.tar.gz freebsd-ports-gnome-207e8175376ca7e29ce2f33a91ad21bebda17cf9.tar.zst freebsd-ports-gnome-207e8175376ca7e29ce2f33a91ad21bebda17cf9.zip |
perl@ ports should now be free of USE_GNOME= pkgconfig
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Fuse/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/p5-Fuse/Makefile b/sysutils/p5-Fuse/Makefile index 9ddec9753741..1f537fd5afd7 100644 --- a/sysutils/p5-Fuse/Makefile +++ b/sysutils/p5-Fuse/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Fuse -# Date created: 2006-07-17 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Fuse PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DPAVLIN @@ -22,7 +19,7 @@ BUILD_DEPENDS+= ${RUN_DEPENDS} PERL_CONFIGURE= yes PORTSCOUT= skipv:0.09_4 -USE_GNOME= pkgconfig +USE_PKGCONFIG= build MAN3= Fuse.3 |