aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn-auth-ldap
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2014-08-03 07:21:44 +0000
committerMatthias Andree <mandree@FreeBSD.org>2014-08-03 07:21:44 +0000
commit1696a1947383109b8384a7f9026b74a67e8d31cb (patch)
tree3ae5d3fbf88d63ce7c358063ecaf06c47cc3996f /security/openvpn-auth-ldap
parent1e1a9f3384096ffd447887762841f758c03e83c2 (diff)
downloadports-1696a1947383109b8384a7f9026b74a67e8d31cb.tar.gz
ports-1696a1947383109b8384a7f9026b74a67e8d31cb.zip
Notes
Diffstat (limited to 'security/openvpn-auth-ldap')
-rw-r--r--security/openvpn-auth-ldap/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile
index e48b0557a46b..7b22cddacc05 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= 6
+PORTREVISION= 7
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= auth-ldap-${PORTVERSION}
@@ -44,4 +44,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/auth-ldap.conf ${STAGEDIR}${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+CC+= ${DEBUG_FLAGS}
+.include <bsd.port.post.mk>