diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 23:39:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 23:39:17 +0800 |
commit | c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0 (patch) | |
tree | ee1b543bed558b9b511b6642bbe14b86cc4382de /multimedia | |
parent | 307f32b604ef7e856e4f70a3c0279d16949758a6 (diff) | |
download | freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.tar.gz freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.tar.zst freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libbluray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile index f039bf0a855a..807e1c4aaad0 100644 --- a/multimedia/libbluray/Makefile +++ b/multimedia/libbluray/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 # dlopen dependencies, libbdplus not yet available LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs -USES= iconv +USES= iconv pkgconfig USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= autoconf aclocal automake libtool |