svn commit: r314544 - head/multimedia/cclive

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 18 11:06:35 UTC 2013


Author: bapt
Date: Mon Mar 18 09:34:44 2013
New Revision: 314544
URL: http://svnweb.freebsd.org/changeset/ports/314544

Log:
  Fix build by adding a build depend on pkgconf

Modified:
  head/multimedia/cclive/Makefile

Modified: head/multimedia/cclive/Makefile
==============================================================================
--- head/multimedia/cclive/Makefile	Mon Mar 18 09:34:22 2013	(r314543)
+++ head/multimedia/cclive/Makefile	Mon Mar 18 09:34:44 2013	(r314544)
@@ -22,6 +22,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-boost=${LOCALBASE}
 MAKE_JOBS_SAFE=	yes
 USE_XZ=		yes
+USE_PKGCONFIG=	build
 
 MAN1=		cclive.1
 PLIST_FILES=	bin/ccl \


More information about the svn-ports-head mailing list