Use "SSLBASE" instead of "SSLDIR".
This commit is contained in:
parent
efb6064cd3
commit
830466defc
1 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue