diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-31 01:23:34 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-31 01:23:34 +0800 |
commit | 205cb61e6a2d572b39cffe2efac0fadc8f609812 (patch) | |
tree | 2b20b729f681f5682324353c9c58818eff934c35 /net-p2p | |
parent | 0e6548fa7a762cbdff7d6c57d159478898917533 (diff) | |
download | freebsd-ports-gnome-205cb61e6a2d572b39cffe2efac0fadc8f609812.tar.gz freebsd-ports-gnome-205cb61e6a2d572b39cffe2efac0fadc8f609812.tar.zst freebsd-ports-gnome-205cb61e6a2d572b39cffe2efac0fadc8f609812.zip |
Add explicit build depends on pkgconf
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index a9eaf2fd1ad3..e2cb3cdc954d 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -21,6 +21,7 @@ CONFLICTS+= libtorrent-rasterbar-0.1[46789].* NO_LATEST_LINK= yes +BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf LIB_DEPENDS+= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ GeoIP.5:${PORTSDIR}/net/GeoIP diff --git a/net-p2p/libtorrent-rasterbar-16/Makefile b/net-p2p/libtorrent-rasterbar-16/Makefile index 530f682ae584..e558843902c3 100644 --- a/net-p2p/libtorrent-rasterbar-16/Makefile +++ b/net-p2p/libtorrent-rasterbar-16/Makefile @@ -19,6 +19,7 @@ CONFLICTS+= libtorrent-rasterbar-0.1[45789].* NO_LATEST_LINK= yes +BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf LIB_DEPENDS+= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ GeoIP.5:${PORTSDIR}/net/GeoIP |