diff options
-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} |