diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-08-03 07:21:44 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-08-03 07:21:44 +0000 |
commit | 1696a1947383109b8384a7f9026b74a67e8d31cb (patch) | |
tree | 3ae5d3fbf88d63ce7c358063ecaf06c47cc3996f | |
parent | - Update to 0.3.8 (diff) |
Enable WITH_DEBUG=yes.
Notes
Notes:
svn path=/head/; revision=363852
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 6 |
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> |