diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:25:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:25:30 +0000 |
commit | 037a3b5bf96e407a2da867ec3e413bcecd2519ab (patch) | |
tree | afcff3c410991c9dc05c76d815c0d7e11f81b352 /security | |
parent | 3e6b9b30e3961eea549df0fdec277cfbb402f3fa (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openvpn-beta/Makefile | 2 | ||||
-rw-r--r-- | security/pam_search_list/Makefile | 2 |
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 \ |