svn commit: r301724 - in head/net-p2p: libtorrent-rasterbar-15 libtorrent-rasterbar-16
Doug Barton
dougb at FreeBSD.org
Mon Jul 30 17:23:36 UTC 2012
Author: dougb
Date: Mon Jul 30 17:23:34 2012
New Revision: 301724
URL: http://svn.freebsd.org/changeset/ports/301724
Log:
Add explicit build depends on pkgconf
Modified:
head/net-p2p/libtorrent-rasterbar-15/Makefile
head/net-p2p/libtorrent-rasterbar-16/Makefile
Modified: head/net-p2p/libtorrent-rasterbar-15/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-15/Makefile Mon Jul 30 17:18:48 2012 (r301723)
+++ head/net-p2p/libtorrent-rasterbar-15/Makefile Mon Jul 30 17:23:34 2012 (r301724)
@@ -21,6 +21,7 @@ CONFLICTS+= libtorrent-rasterbar-0.1[467
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
Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/Makefile Mon Jul 30 17:18:48 2012 (r301723)
+++ head/net-p2p/libtorrent-rasterbar-16/Makefile Mon Jul 30 17:23:34 2012 (r301724)
@@ -19,6 +19,7 @@ CONFLICTS+= libtorrent-rasterbar-0.1[457
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
More information about the svn-ports-all
mailing list