diff options
Diffstat (limited to 'security/openvpn/Makefile')
-rw-r--r-- | security/openvpn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index e26da3de4a21..07cc2e59bb94 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openvpn -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,9 +18,9 @@ LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo GNU_CONFIGURE= yes USE_OPENSSL= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \ - --with-lzo-headers=${LOCALBASE}/include \ - --program-transform-name="s/x/x/" + --with-lzo-headers=${LOCALBASE}/include MAN8= openvpn.8 |