diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
commit | 1cf7c15bcf2522cd43d51dede202cd9250bad11f (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /databases | |
parent | d67e1883b6d3deed93b173e9acc01cbe37453ad1 (diff) | |
download | freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.gz freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.zst freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.zip |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ipa_sdb/Makefile | 2 | ||||
-rw-r--r-- | databases/mydbf2mysql/Makefile | 2 | ||||
-rw-r--r-- | databases/sharedance/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/ipa_sdb/Makefile b/databases/ipa_sdb/Makefile index c4828f551f1b..dc208b22dfd0 100644 --- a/databases/ipa_sdb/Makefile +++ b/databases/ipa_sdb/Makefile @@ -11,7 +11,7 @@ COMMENT= IPA simple database module BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa -USE_BZIP2= yes +USES= tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/databases/mydbf2mysql/Makefile b/databases/mydbf2mysql/Makefile index 1ce7236dc756..81052f4b3686 100644 --- a/databases/mydbf2mysql/Makefile +++ b/databases/mydbf2mysql/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS+= ydbf=0.0.1:${PORTSDIR}/devel/py-ydbf USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST=yes -USE_BZIP2= yes +USES= tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME}/dist/${DISTNAME}/ diff --git a/databases/sharedance/Makefile b/databases/sharedance/Makefile index bd2def123eb6..2a82cb03fabf 100644 --- a/databases/sharedance/Makefile +++ b/databases/sharedance/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 CONFIGURE_ARGS= --with-largefile GNU_CONFIGURE= yes -USE_BZIP2= yes +USES= tar:bzip2 CFLAGS+= -I${LOCALBASE}/include/event2/compat \ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib/event2 |