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