diff options
author | tron <tron> | 2000-04-26 21:10:07 +0000 |
---|---|---|
committer | tron <tron> | 2000-04-26 21:10:07 +0000 |
commit | c498a82bc0095fc6c9dfa82253e0b025a2cda93a (patch) | |
tree | d9092f0da4fa7b73c343f24f430f9d40e08edf2e /security | |
parent | 81c6785d7389a561babbbe8e8d340fd9c9d023cb (diff) | |
download | pkgsrc-c498a82bc0095fc6c9dfa82253e0b025a2cda93a.tar.gz |
Switch to "USE_SSL".
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 2d7f71a4140..479414c63a0 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/04/03 17:37:51 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/04/26 21:10:07 tron Exp $ # DISTNAME= stunnel-3.8 @@ -10,15 +10,9 @@ HOMEPAGE= http://mike.daewoo.com.pl/computer/stunnel BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -.if exists(/usr/include/openssl/ssl.h) -OPENSSL_DIR= /usr -.else -OPENSSL_DIR= ${LOCALBASE} -DEPENDS+= openssl>=0.9.4:../openssl -.endif - GNU_CONFIGURE= YES -CONFIGURE_ARGS+=-with-ssl=${OPENSSL_DIR} +USE_SSL= YES +CONFIGURE_ARGS+=-with-ssl=${SSL_DIR} BUILD_DEFS+= OPENSSL_DIR |