diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /multimedia/cclive | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) |
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=316355
Diffstat (limited to 'multimedia/cclive')
-rw-r--r-- | multimedia/cclive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index 7dd07a0f92d5..874ba6bbc71c 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-boost=${LOCALBASE} MAKE_JOBS_SAFE= yes +USES= pkgconfig USE_XZ= yes -USE_PKGCONFIG= build MAN1= cclive.1 PLIST_FILES= bin/ccl \ |