summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2000-04-03 17:37:51 +0000
committertron <tron>2000-04-03 17:37:51 +0000
commit2806855c84f0e27f74f62efa99d86e75bf39fccf (patch)
treeec7a1f1fc04d523796a6e4a8b70ea83b7457a405
parenta671bfeaf61512a41b97521704406c9c2d4b3980 (diff)
downloadpkgsrc-2806855c84f0e27f74f62efa99d86e75bf39fccf.tar.gz
Add OpenSSL directory to build defines.
-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)