summaryrefslogtreecommitdiff
path: root/net/vtun
diff options
context:
space:
mode:
authortron <tron>2000-06-16 12:54:25 +0000
committertron <tron>2000-06-16 12:54:25 +0000
commit2834ad210e864e6f15f291e9c9ec887fda782fe1 (patch)
tree6551617fa64d1cced9fc8500a4345e3f0d474844 /net/vtun
parent4a15584988ea93e64f30bd38ee54371d0e0b0e69 (diff)
downloadpkgsrc-2834ad210e864e6f15f291e9c9ec887fda782fe1.tar.gz
Fix build on systems with "openssl" package instead of NetBSD's
crypto distribution.
Diffstat (limited to 'net/vtun')
-rw-r--r--net/vtun/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index 4d618265627..84b0c2311c8 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/06/06 07:21:46 kleink Exp $
+# $NetBSD: Makefile,v 1.5 2000/06/16 12:54:25 tron Exp $
#
DISTNAME= vtun-2.3
@@ -12,8 +12,8 @@ DEPENDS+= liblzo-1.*:../../archivers/liblzo
GNU_CONFIGURE= YES
USE_SSL= YES
-CONFIGURE_ARGS+=--with-crypto-headers=${SSLBASE}/include/openssl \
- --with-crypto-lib=${SSLBASE}/lib \
+CONFIGURE_ARGS+=--with-ssl-headers=${SSLBASE}/include/openssl \
+ --with-ssl-lib=${SSLBASE}/lib \
--with-lzo-headers=${LOCALBASE}/include \
--with-lzo-lib=${LOCALBASE}/lib
PLIST_SUBST+= PREFIX=${PREFIX}