diff options
Diffstat (limited to 'multimedia/cclive/Makefile')
-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 1679e72afc53..26c5137e1ec5 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -12,10 +12,10 @@ COMMENT= Lightweight command line video extraction tool LICENSE= GPLv3 -LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libcurl.so:${PORTSDIR}/ftp/curl \ - libpcre.so:${PORTSDIR}/devel/pcre \ - libquvi.so:${PORTSDIR}/multimedia/libquvi +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libcurl.so:ftp/curl \ + libpcre.so:devel/pcre \ + libquvi.so:multimedia/libquvi USES= pkgconfig tar:xz GNU_CONFIGURE= yes |