summaryrefslogtreecommitdiff
path: root/net/openvpn-current/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/openvpn-current/Makefile')
-rw-r--r--net/openvpn-current/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/openvpn-current/Makefile b/net/openvpn-current/Makefile
index 12556ba8825..27c3147b956 100644
--- a/net/openvpn-current/Makefile
+++ b/net/openvpn-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/12/03 19:51:39 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/03 23:13:10 jlam Exp $
#
DISTNAME= openvpn-2.0_beta15
@@ -10,9 +10,10 @@ MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://openvpn.sourceforge.net/
COMMENT= Easy-to-use SSL VPN daemon
-USE_BUILDLINK3= yes
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_OLD_DES_API= yes
PKG_SYSCONFSUBDIR= openvpn
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
@@ -24,8 +25,6 @@ CONFIGURE_ARGS+= --enable-ssl
CONFIGURE_ARGS+= --enable-multi
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-LIBS+= -ldes
-
.include "../../archivers/liblzo/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"