diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 22:53:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 22:53:36 +0000 |
commit | 856b3cc855b0528908f5f39d632e57c8da0bce86 (patch) | |
tree | 2bd57454384efc79200ca9af10818e52652c1586 /security/openvpn-auth-ldap | |
parent | 8e3e00e70de701af30dbc6f314df837f6c0eacde (diff) | |
download | ports-856b3cc855b0528908f5f39d632e57c8da0bce86.tar.gz ports-856b3cc855b0528908f5f39d632e57c8da0bce86.zip |
Notes
Diffstat (limited to 'security/openvpn-auth-ldap')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index dc271219e011..440e04706484 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -33,6 +33,10 @@ PLIST_FILES= lib/openvpn-auth-ldap.so BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz .endif +.if ${OSVERSION} >= 900000 +BROKEN= does not configure on FreeBSD 9.X +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |