aboutsummaryrefslogtreecommitdiffstats
path: root/security
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 /security
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 'security')
-rw-r--r--security/openvpn-beta/Makefile2
-rw-r--r--security/pam_search_list/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/openvpn-beta/Makefile b/security/openvpn-beta/Makefile
index 526e6da5b411..4cd89a010754 100644
--- a/security/openvpn-beta/Makefile
+++ b/security/openvpn-beta/Makefile
@@ -15,7 +15,7 @@ LICENSE= GPLv2
CONFLICTS_INSTALL= openvpn-[0-9]* openvpn-beta-[0-9]*
-USE_XZ= yes
+USES= tar:xz
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
diff --git a/security/pam_search_list/Makefile b/security/pam_search_list/Makefile
index 05cff10fadf3..82ac326cae97 100644
--- a/security/pam_search_list/Makefile
+++ b/security/pam_search_list/Makefile
@@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION}
MAINTAINER= v.a.popov@gmail.com
COMMENT= PAM module to search arbitrary file for user
-USE_XZ= yes
+USES= tar:xz
PLIST_FILES= lib/libpam_search_list.a \
lib/libpam_search_list_p.a \