svn commit: r326496 - head/sysutils/fusefs-pod

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 6 13:15:32 UTC 2013


Author: bapt
Date: Fri Sep  6 13:15:32 2013
New Revision: 326496
URL: http://svnweb.freebsd.org/changeset/ports/326496

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/sysutils/fusefs-pod/Makefile

Modified: head/sysutils/fusefs-pod/Makefile
==============================================================================
--- head/sysutils/fusefs-pod/Makefile	Fri Sep  6 13:07:07 2013	(r326495)
+++ head/sysutils/fusefs-pod/Makefile	Fri Sep  6 13:15:32 2013	(r326496)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	gpod.7:${PORTSDIR}/audio/li
 		tag.1:${PORTSDIR}/audio/taglib
 
 USE_BZIP2=	yes
-USES=		fuse
+USES=		fuse pkgconfig
 GNU_CONFIGURE=	yes
 MAN1=		fusepod.1
 PLIST_FILES=	bin/fusepod


More information about the svn-ports-all mailing list