diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-13 18:11:32 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-13 18:11:32 +0000 |
commit | 8d2168cf71a948a49fa5ab8556cb22bc14e800d2 (patch) | |
tree | 5a5de54fdcc24af2c051254d16a4e5c64eabeaf8 /devel/boost-all | |
parent | be3782bb5629dc6e50abe0294fd6ec9e5788e919 (diff) | |
download | ports-8d2168cf71a948a49fa5ab8556cb22bc14e800d2.tar.gz ports-8d2168cf71a948a49fa5ab8556cb22bc14e800d2.zip |
Notes
Diffstat (limited to 'devel/boost-all')
-rw-r--r-- | devel/boost-all/common.mk | 2 | ||||
-rw-r--r-- | devel/boost-all/compiled.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-all/common.mk b/devel/boost-all/common.mk index a5c2b6b46b41..19db74b80083 100644 --- a/devel/boost-all/common.mk +++ b/devel/boost-all/common.mk @@ -9,4 +9,4 @@ MAINTAINER= office@FreeBSD.org CONFLICTS+= boost-python-1* boost-1* MASTER_SITES= SF/boost/boost/${PORTVERSION} -USE_BZIP2= yes +USES+= tar:bzip2 diff --git a/devel/boost-all/compiled.mk b/devel/boost-all/compiled.mk index e377a4e391cd..f8d0910ddcb8 100644 --- a/devel/boost-all/compiled.mk +++ b/devel/boost-all/compiled.mk @@ -1,7 +1,7 @@ USE_LDCONFIG= yes PKGMESSAGE= ${WRKDIR}/pkg-message BJAM= bjam -USES= compiler:c++11-lang +USES+= compiler:c++11-lang PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} COMPAT_LIB_VER=5 |