diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 21:01:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 21:01:40 +0800 |
commit | f9d4be6cb76f701b71c67b907d31d6e209455b3a (patch) | |
tree | 4001d5f3f8ce7ed1c00ed7855c9522129d5a9fe7 /multimedia/flvtool++ | |
parent | 145bf2bd9f4df368ec9bf802b02f2914d2d378ad (diff) | |
download | freebsd-ports-gnome-f9d4be6cb76f701b71c67b907d31d6e209455b3a.tar.gz freebsd-ports-gnome-f9d4be6cb76f701b71c67b907d31d6e209455b3a.tar.zst freebsd-ports-gnome-f9d4be6cb76f701b71c67b907d31d6e209455b3a.zip |
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'multimedia/flvtool++')
-rw-r--r-- | multimedia/flvtool++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/flvtool++/Makefile b/multimedia/flvtool++/Makefile index a9b778794f3b..21b604f1ecc8 100644 --- a/multimedia/flvtool++/Makefile +++ b/multimedia/flvtool++/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://mirror.facebook.net/facebook/flvtool++/ MAINTAINER= gslin@gslin.org COMMENT= Tool for hinting and manipulating the metadata of FLV files -LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs CFLAGS+= -I${LOCALBASE}/include/boost NO_WRKSUBDIR= yes |