diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:25:30 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:25:30 +0800 |
commit | 6afcad28cc09578cce52d76d3380b91948df10ff (patch) | |
tree | afcff3c410991c9dc05c76d815c0d7e11f81b352 /textproc | |
parent | f2d638d9d928d9c04bcaa5f58a70a0fb028a9069 (diff) | |
download | freebsd-ports-gnome-6afcad28cc09578cce52d76d3380b91948df10ff.tar.gz freebsd-ports-gnome-6afcad28cc09578cce52d76d3380b91948df10ff.tar.zst freebsd-ports-gnome-6afcad28cc09578cce52d76d3380b91948df10ff.zip |
Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.
Approved by: portmgr (most of them)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-ctemplate/Makefile | 2 | ||||
-rw-r--r-- | textproc/rnv/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index eb808060eb4b..1070fa89245d 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -15,7 +15,7 @@ COMMENT= A PECL extension for Google ctemplate library LIB_DEPENDS= libctemplate.so:${PORTSDIR}/textproc/google-ctemplate -USE_XZ= yes +USES= tar:xz USE_PHP= yes USE_PHPEXT= yes DEFAULT_PHP_VER= 5 diff --git a/textproc/rnv/Makefile b/textproc/rnv/Makefile index 1f6222e18e0b..b5fc0694c974 100644 --- a/textproc/rnv/Makefile +++ b/textproc/rnv/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USE_XZ= yes +USES= tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-expat="${LOCALBASE}" |