diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 10:17:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 10:17:52 +0000 |
commit | 8a375abad5c84ef2e7ae5ef871060be616403474 (patch) | |
tree | f4c22273e85eef66135f703e5bb165efefc36876 /sysutils/p5-Fuse | |
parent | a6ed85b07771ba9e89e4fb3daa62afe6ea1d3e94 (diff) |
perl@ ports should now be free of USE_GNOME= pkgconfig
Notes
Notes:
svn path=/head/; revision=305350
Diffstat (limited to 'sysutils/p5-Fuse')
-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 |