diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-06-14 02:11:32 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-06-14 02:11:32 +0800 |
commit | d996afb2a5fc8f867a6866ca189dd0f927546e54 (patch) | |
tree | 5a5de54fdcc24af2c051254d16a4e5c64eabeaf8 | |
parent | 51cdc5cc44df21d6cd5f538056b1a69e64527b39 (diff) | |
download | freebsd-ports-gnome-d996afb2a5fc8f867a6866ca189dd0f927546e54.tar.gz freebsd-ports-gnome-d996afb2a5fc8f867a6866ca189dd0f927546e54.tar.zst freebsd-ports-gnome-d996afb2a5fc8f867a6866ca189dd0f927546e54.zip |
Convert boost ports to USES=tar
-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 |