diff options
author | antoine <antoine@FreeBSD.org> | 2013-10-05 05:38:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-10-05 05:38:24 +0800 |
commit | 825156506219bd158daf4dd315cc7da927b3018b (patch) | |
tree | 5c4fa5096cc69cb32718dd02960224ec020082b0 /net-p2p | |
parent | 460f6c09ba575b7eecc48b57a0f06a1f1d44e80e (diff) | |
download | freebsd-ports-gnome-825156506219bd158daf4dd315cc7da927b3018b.tar.gz freebsd-ports-gnome-825156506219bd158daf4dd315cc7da927b3018b.tar.zst freebsd-ports-gnome-825156506219bd158daf4dd315cc7da927b3018b.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 1bd6ae890bc0..a68a0216c2ea 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-li USE_BZIP2= yes USE_GNOME= libglade2 -USES= iconv +USES= iconv pkgconfig USE_SCONS= yes USE_OPENSSL= yes PORTDOCS= * |