Date: Sat, 28 Jul 2012 00:26:32 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301629 - head/sysutils/fusefs-mhddfs Message-ID: <201207280026.q6S0QWWP062993@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jul 28 00:26:32 2012 New Revision: 301629 URL: http://svn.freebsd.org/changeset/ports/301629 Log: Fix building by adding an explicit USE_PKGCONFIG= build Modified: head/sysutils/fusefs-mhddfs/Makefile Modified: head/sysutils/fusefs-mhddfs/Makefile ============================================================================== --- head/sysutils/fusefs-mhddfs/Makefile Fri Jul 27 22:44:24 2012 (r301628) +++ head/sysutils/fusefs-mhddfs/Makefile Sat Jul 28 00:26:32 2012 (r301629) @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fuse RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod USE_GMAKE= yes +USE_PKGCONFIG= build MAKE_ARGS= WITHOUT_XATTR=1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207280026.q6S0QWWP062993>