summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authortron <tron>2000-04-26 21:16:26 +0000
committertron <tron>2000-04-26 21:16:26 +0000
commitc29acca4b4e5c8b027eea3171914476993d494ec (patch)
tree46bafa4d4e860c3723a5ab2c504e9df22a987051 /security/stunnel
parent3841cbb10825fafe3c4a0ece6d26d59833640570 (diff)
downloadpkgsrc-c29acca4b4e5c8b027eea3171914476993d494ec.tar.gz
Use "SSLBASE" instead of "SSLDIR".
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 479414c63a0..d4e97c646ce 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/04/26 21:10:07 tron Exp $
+# $NetBSD: Makefile,v 1.4 2000/04/26 21:16:26 tron Exp $
#
DISTNAME= stunnel-3.8
@@ -12,9 +12,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
GNU_CONFIGURE= YES
USE_SSL= YES
-CONFIGURE_ARGS+=-with-ssl=${SSL_DIR}
-
-BUILD_DEFS+= OPENSSL_DIR
+CONFIGURE_ARGS+=-with-ssl=${SSLBASE}
pre-configure:
(cd ${WRKSRC}; autoreconf)