svn commit: r317814 - head/emulators/fuse-utils

Rene Ladan rene at FreeBSD.org
Fri May 10 14:39:12 UTC 2013


Author: rene
Date: Fri May 10 14:39:11 2013
New Revision: 317814
URL: http://svnweb.freebsd.org/changeset/ports/317814

Log:
  Fix build with new glib.
  
  Submitted by:	portbuild bot via miwi

Modified:
  head/emulators/fuse-utils/Makefile

Modified: head/emulators/fuse-utils/Makefile
==============================================================================
--- head/emulators/fuse-utils/Makefile	Fri May 10 14:39:02 2013	(r317813)
+++ head/emulators/fuse-utils/Makefile	Fri May 10 14:39:11 2013	(r317814)
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 MAKE_JOBS_SAFE=	yes
 
+USES=		pkgconfig
 LIB_DEPENDS=	spectrum:${PORTSDIR}/emulators/libspectrum
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libspectrum-prefix=${LOCALBASE} \


More information about the svn-ports-all mailing list