summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-04-26 21:10:07 +0000
committertron <tron@pkgsrc.org>2000-04-26 21:10:07 +0000
commit5fdb95e86be0ffbbf91f08040528a8693c0587a0 (patch)
treed9092f0da4fa7b73c343f24f430f9d40e08edf2e /security/stunnel
parent70f8a03a2f101c702af986a4f63c2f4568c3cf7a (diff)
downloadpkgsrc-5fdb95e86be0ffbbf91f08040528a8693c0587a0.tar.gz
Switch to "USE_SSL".
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile12
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