diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-09 15:34:00 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-09 15:34:00 +0800 |
commit | 86e52f59d1c4880a0272b4bf0792b69334e63d8f (patch) | |
tree | 1ec23f609c2d1fac6e52d319a5eeb49b494813b9 /security/openvpn20/Makefile | |
parent | 3d20abc3c2823e000b8e307e88e3d2e8fc7576ef (diff) | |
download | freebsd-ports-gnome-86e52f59d1c4880a0272b4bf0792b69334e63d8f.tar.gz freebsd-ports-gnome-86e52f59d1c4880a0272b4bf0792b69334e63d8f.tar.zst freebsd-ports-gnome-86e52f59d1c4880a0272b4bf0792b69334e63d8f.zip |
upgrade to 1.4.0
PR: 51956
Submitted by: maintainer
Diffstat (limited to 'security/openvpn20/Makefile')
-rw-r--r-- | security/openvpn20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index e26da3de4a21..07cc2e59bb94 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/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 |