Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2012 10:52:43 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301646 - head/sysutils/fusefs-ext4fuse
Message-ID:  <201207281052.q6SAqhRM017768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207281052.q6SAqhRM017768>