svn commit: r305350 - head/sysutils/p5-Fuse

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 6 10:17:53 UTC 2012


Author: bapt
Date: Sat Oct  6 10:17:52 2012
New Revision: 305350
URL: http://svn.freebsd.org/changeset/ports/305350

Log:
  perl@ ports should now be free of USE_GNOME= pkgconfig

Modified:
  head/sysutils/p5-Fuse/Makefile

Modified: head/sysutils/p5-Fuse/Makefile
==============================================================================
--- head/sysutils/p5-Fuse/Makefile	Sat Oct  6 10:14:25 2012	(r305349)
+++ head/sysutils/p5-Fuse/Makefile	Sat Oct  6 10:17:52 2012	(r305350)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	p5-Fuse
-# Date created:		2006-07-17
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at 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
 



More information about the svn-ports-all mailing list