aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-30 05:25:30 +0800
committeradamw <adamw@FreeBSD.org>2014-07-30 05:25:30 +0800
commit6afcad28cc09578cce52d76d3380b91948df10ff (patch)
treeafcff3c410991c9dc05c76d815c0d7e11f81b352 /textproc
parentf2d638d9d928d9c04bcaa5f58a70a0fb028a9069 (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--textproc/rnv/Makefile2
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}"