aboutsummaryrefslogtreecommitdiff
path: root/multimedia/cclive
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 13:01:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 13:01:40 +0000
commit661a3f91f893888899dfb2f03b9ee4645d2bae7d (patch)
tree4001d5f3f8ce7ed1c00ed7855c9522129d5a9fe7 /multimedia/cclive
parent47ad8ca013b754e0d4c58be53bf2766b82dff920 (diff)
downloadports-661a3f91f893888899dfb2f03b9ee4645d2bae7d.tar.gz
ports-661a3f91f893888899dfb2f03b9ee4645d2bae7d.zip
Convert LIB_DEPENDS for ports depending on boost
Notes
Notes: svn path=/head/; revision=336260
Diffstat (limited to 'multimedia/cclive')
-rw-r--r--multimedia/cclive/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile
index ca0da1065cbe..08c69c88f95b 100644
--- a/multimedia/cclive/Makefile
+++ b/multimedia/cclive/Makefile
@@ -13,10 +13,10 @@ COMMENT= Lightweight command line video extraction tool
LICENSE= GPLv3
-LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \
- curl:${PORTSDIR}/ftp/curl \
- pcre.3:${PORTSDIR}/devel/pcre \
- quvi.7:${PORTSDIR}/multimedia/libquvi
+LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
+ libcurl.so:${PORTSDIR}/ftp/curl \
+ libpcre.so:${PORTSDIR}/devel/pcre \
+ libquvi.so:${PORTSDIR}/multimedia/libquvi
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-boost=${LOCALBASE}