diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 07:23:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 07:23:43 +0000 |
commit | a50d9328b545adc59780a5a93273d81750e297c4 (patch) | |
tree | b9b84c91e67e8f424ec31b164071f5f2801f7643 /security/openvpn-auth-ldap | |
parent | 8472a0736b12e3d18a0019c5f42dcdf553e76264 (diff) |
archivers/xz is in base for all versions and has been removed from the ports tree
Notes
Notes:
svn path=/head/; revision=339572
Diffstat (limited to 'security/openvpn-auth-ldap')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index 128a33202839..ca4fdf2c9747 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -28,10 +28,6 @@ PLIST_FILES= lib/openvpn-auth-ldap.so OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.options.mk> -.if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 -BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz -.endif - .if ${OSVERSION} >= 900000 # Use gcc from ports because Objective C support no longer included in base # and the GNU Objective-C runtime is required, lang/libobjc2 + clang |