diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-08-06 06:39:53 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-08-06 06:39:53 +0000 |
commit | ebdadb5af7a4ae871779380a004b7ed85fb2e5af (patch) | |
tree | fc7d9c79b8b88e1ff3010f0a76e18f85044b38b1 /security/openvpn-auth-ldap | |
parent | e6920a58bffae9a3ef758ad9877c91a081b96302 (diff) | |
download | ports-ebdadb5af7a4ae871779380a004b7ed85fb2e5af.tar.gz ports-ebdadb5af7a4ae871779380a004b7ed85fb2e5af.zip |
Notes
Diffstat (limited to 'security/openvpn-auth-ldap')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index 0b3c653e0d97..f21ed915533f 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -3,7 +3,7 @@ PORTNAME= openvpn-auth-ldap PORTVERSION= 2.0.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= auth-ldap-${PORTVERSION} @@ -27,6 +27,8 @@ OPENVPN_WRKSRC= `cd ${PORTSDIR}/security/openvpn; make -V WRKSRC` CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} \ --with-openvpn=${OPENVPN_WRKSRC}/include \ --with-objc-runtime=GNU +# this issue would cause run-time trouble, so turn it into an error: +OBJCFLAGS+= -Werror=objc-method-access PORTDOCS= README PORTEXAMPLES= auth-ldap.conf |