diff options
author | tron <tron> | 2000-04-26 21:16:10 +0000 |
---|---|---|
committer | tron <tron> | 2000-04-26 21:16:10 +0000 |
commit | 3841cbb10825fafe3c4a0ece6d26d59833640570 (patch) | |
tree | 0620875693db669510516e724e2a660dc93fc68b /mk | |
parent | c498a82bc0095fc6c9dfa82253e0b025a2cda93a (diff) | |
download | pkgsrc-3841cbb10825fafe3c4a0ece6d26d59833640570.tar.gz |
Rename "SSL_DIR" variable to "SSLBASE" to be consistent with e.g.
"USE_MOTIF".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index b55bf744e30..6618a57cf32 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.430 2000/04/26 21:09:02 tron Exp $ +# $NetBSD: bsd.pkg.mk,v 1.431 2000/04/26 21:16:10 tron Exp $ # # This file is in the public domain. # @@ -183,12 +183,12 @@ MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" .if defined(USE_SSL) .if exists(/usr/include/openssl/ssl.h) -SSL_DIR= /usr +SSLBASE= /usr .else DEPENDS+= openssl>=0.9.5a:${PKGSRCDIR}/security/openssl -SSL_DIR= ${LOCALBASE} +SSLBASE= ${LOCALBASE} .endif -BUILD_DEFS+= SSL_DIR +BUILD_DEFS+= SSLBASE .endif .if defined(USE_XAW) |