diff options
Diffstat (limited to 'security/openvpn20')
-rw-r--r-- | security/openvpn20/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index 64ecb9539444..b39638afd95c 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/Makefile @@ -24,6 +24,14 @@ CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \ MAN8= openvpn.8 +OPTIONS= PW_SAVE "Interactive passwords may be read from a file" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_PW_SAVE) +CONFIGURE_ARGS+= --enable-password-save +.endif + # self-tests here post-build: ( set -e ; cd ${WRKSRC} && \ @@ -49,4 +57,4 @@ post-install: | ${CPIO} -pdmu ${DOCSDIR} ) .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |