summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-04-03 17:37:51 +0000
committertron <tron@pkgsrc.org>2000-04-03 17:37:51 +0000
commita04dc6e80a0f1d6c75763cf36f8e6ad2ca8d1a78 (patch)
treeec7a1f1fc04d523796a6e4a8b70ea83b7457a405 /security/stunnel
parent281259c2433873624f4ca5ff36430d2920871339 (diff)
downloadpkgsrc-a04dc6e80a0f1d6c75763cf36f8e6ad2ca8d1a78.tar.gz
Add OpenSSL directory to build defines.
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 7c2e68c6a6f..2d7f71a4140 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/04/03 09:25:35 martin Exp $
+# $NetBSD: Makefile,v 1.2 2000/04/03 17:37:51 tron Exp $
#
DISTNAME= stunnel-3.8
@@ -20,6 +20,8 @@ DEPENDS+= openssl>=0.9.4:../openssl
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=-with-ssl=${OPENSSL_DIR}
+BUILD_DEFS+= OPENSSL_DIR
+
pre-configure:
(cd ${WRKSRC}; autoreconf)