diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /ftp/curlpp | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'ftp/curlpp')
-rw-r--r-- | ftp/curlpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index c623a3ae88fa..6fd218cd4f73 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -13,7 +13,7 @@ COMMENT= C++ wrapper for libcurl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:ftp/curl OPTIONS_DEFINE= BOOST DOCS EXAMPLES @@ -30,7 +30,7 @@ PORTEXAMPLES= * GH_ACCOUNT= jpbarrette USE_GITHUB= yes -BOOST_BUILD_DEPENDS= boost-libs>=1.20.0:${PORTSDIR}/devel/boost-libs +BOOST_BUILD_DEPENDS= boost-libs>=1.20.0:devel/boost-libs BOOST_RUN_DEPENDS= ${BOOST_BUILD_DEPENDS} BOOST_CONFIGURE_ON= --with-boost=${LOCALBASE} BOOST_CONFIGURE_OFF= --without-boost |