summaryrefslogtreecommitdiff
path: root/net/vtun
diff options
context:
space:
mode:
authortron <tron>2000-04-27 06:34:44 +0000
committertron <tron>2000-04-27 06:34:44 +0000
commit19782a2e75f724e40c69bc7843cb0db130513363 (patch)
tree9cdac130e726ace91b306d57fe35e7b2e3c65e47 /net/vtun
parent99e99cdac733650ad07ff7722873d59baab04073 (diff)
downloadpkgsrc-19782a2e75f724e40c69bc7843cb0db130513363.tar.gz
Switch to "USE_SSL".
Diffstat (limited to 'net/vtun')
-rw-r--r--net/vtun/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index 4ab43c9373f..0c41c28cfc1 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/02/07 01:37:34 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2000/04/27 06:34:44 tron Exp $
#
DISTNAME= vtun-2.0
@@ -8,12 +8,12 @@ MASTER_SITES= http://vtun.netpedia.net/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://vtun.netpedia.net/
-DEPENDS+= openssl-0.9.*:../../security/openssl
DEPENDS+= liblzo-1.*:../../archivers/liblzo
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-crypto-headers=${LOCALBASE}/include/openssl \
- --with-crypto-lib=${LOCALBASE}/lib \
+USE_SSL= YES
+CONFIGURE_ARGS+=--with-crypto-headers=${SSLBASE}/include/openssl \
+ --with-crypto-lib=${SSLBASE}/lib \
--with-lzo-headers=${LOCALBASE}/include \
--with-lzo-lib=${LOCALBASE}/lib
PLIST_SUBST+= PREFIX=${PREFIX}