Date: Mon, 30 Jul 2012 17:23:35 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301724 - in head/net-p2p: libtorrent-rasterbar-15 libtorrent-rasterbar-16 Message-ID: <201207301723.q6UHNZP9016468@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207301723.q6UHNZP9016468>