Use "SSLBASE" instead of "SSLDIR".

This commit is contained in:
tron 2000-04-26 21:16:26 +00:00
parent efb6064cd3
commit 830466defc

View file

@ -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)