svn commit: r301646 - head/sysutils/fusefs-ext4fuse

Emanuel Haupt ehaupt at FreeBSD.org
Sat Jul 28 10:52:43 UTC 2012


Author: ehaupt
Date: Sat Jul 28 10:52:43 2012
New Revision: 301646
URL: http://svn.freebsd.org/changeset/ports/301646

Log:
  Now that fusefs-libs have been switched to require pkgconf only during runtime
  we need USE_PKGCONFIG=build.
  
  Notified by:	bapt

Modified:
  head/sysutils/fusefs-ext4fuse/Makefile

Modified: head/sysutils/fusefs-ext4fuse/Makefile
==============================================================================
--- head/sysutils/fusefs-ext4fuse/Makefile	Sat Jul 28 10:41:29 2012	(r301645)
+++ head/sysutils/fusefs-ext4fuse/Makefile	Sat Jul 28 10:52:43 2012	(r301646)
@@ -22,6 +22,7 @@ LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils
 RUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
 
 USE_GMAKE=	yes
+USE_PKGCONFIG=	build
 
 MAKE_JOBS_SAFE=	yes
 



More information about the svn-ports-all mailing list