diff options
author | tron <tron> | 2000-04-03 17:37:51 +0000 |
---|---|---|
committer | tron <tron> | 2000-04-03 17:37:51 +0000 |
commit | 2806855c84f0e27f74f62efa99d86e75bf39fccf (patch) | |
tree | ec7a1f1fc04d523796a6e4a8b70ea83b7457a405 /security/stunnel | |
parent | a671bfeaf61512a41b97521704406c9c2d4b3980 (diff) | |
download | pkgsrc-2806855c84f0e27f74f62efa99d86e75bf39fccf.tar.gz |
Add OpenSSL directory to build defines.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 4 |
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) |