Date: Mon, 18 Mar 2013 09:34:44 +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: r314544 - head/multimedia/cclive Message-ID: <201303180934.r2I9Yi57082455@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303180934.r2I9Yi57082455>