diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-20 02:21:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-20 02:21:27 +0000 |
commit | e8101ce2d51115ec85910169f4a117ead22c370a (patch) | |
tree | e3bd5e3b7706947d5437eebd3a43eebea6a316a9 /security | |
parent | 6d4ea89fe3345743d01d5713503f75fe637db830 (diff) |
Notes
Diffstat (limited to 'security')
-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 1e64d1958c79..4e0a9f2e28c3 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> |