diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-20 02:21:27 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-20 02:21:27 +0000 |
commit | 2ae1d189246d789e72582f8c3baf593807c51502 (patch) | |
tree | 82817cafd81716009e20a4d190ebdb35f2cd5c2b /security/openvpn-auth-ldap | |
parent | a8891702325fc0757176cfc48f82c7a9d17de1ca (diff) | |
download | FreeBSD-ports-2ae1d189246d789e72582f8c3baf593807c51502.zip FreeBSD-ports-2ae1d189246d789e72582f8c3baf593807c51502.tar.gz |
Unmark broken; the missing Objective C header with gcc 4.2 has now been
fixed.
PR: ports/117967
Submitted by: maintainer
Approved by: portmgr (self)
Diffstat (limited to 'security/openvpn-auth-ldap')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index 1e64d19..4e0a9f2 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -31,10 +31,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |