From 830466defc9f8012c71068fe68229d11e38747a1 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 26 Apr 2000 21:16:26 +0000 Subject: Use "SSLBASE" instead of "SSLDIR". --- security/stunnel/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'security/stunnel') diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 479414c63a0..d4e97c646ce 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/04/26 21:10:07 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/26 21:16:26 tron Exp $ # DISTNAME= stunnel-3.8 @@ -12,9 +12,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf GNU_CONFIGURE= YES USE_SSL= YES -CONFIGURE_ARGS+=-with-ssl=${SSL_DIR} - -BUILD_DEFS+= OPENSSL_DIR +CONFIGURE_ARGS+=-with-ssl=${SSLBASE} pre-configure: (cd ${WRKSRC}; autoreconf) -- cgit v1.2.3