diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 13:01:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 13:01:40 +0000 |
commit | 661a3f91f893888899dfb2f03b9ee4645d2bae7d (patch) | |
tree | 4001d5f3f8ce7ed1c00ed7855c9522129d5a9fe7 /multimedia/cclive | |
parent | 47ad8ca013b754e0d4c58be53bf2766b82dff920 (diff) | |
download | ports-661a3f91f893888899dfb2f03b9ee4645d2bae7d.tar.gz ports-661a3f91f893888899dfb2f03b9ee4645d2bae7d.zip |
Notes
Diffstat (limited to 'multimedia/cclive')
-rw-r--r-- | multimedia/cclive/Makefile | 8 |
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} |