diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-02 15:25:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-02 15:25:49 +0000 |
commit | 0c3f94f20fbced80aedf131098fb0b412b37e508 (patch) | |
tree | a6b7bee26a0994a1c54f4ba841013ba1dca7fd78 /mk | |
parent | eb1f7b8340a7f0734c37212abb52c71d8305f89e (diff) | |
download | pkgsrc-0c3f94f20fbced80aedf131098fb0b412b37e508.tar.gz |
Deprecate USE_SSL.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index a4a098f7dc4..c263cdc98ad 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1000 2002/07/02 13:31:40 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1001 2002/07/02 15:25:50 wiz Exp $ # # This file is in the public domain. # @@ -307,18 +307,6 @@ CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}" .endif -.if defined(USE_SSL) -. if exists(/usr/include/openssl/ssl.h) -SSLBASE= /usr -SSLCERTS= /etc/openssl/certs -. else -DEPENDS+= openssl-0.9.[56]*:../../security/openssl -SSLBASE= ${LOCALBASE} -SSLCERTS= ${SSLBASE}/certs -. endif -BUILD_DEFS+= SSLBASE -.endif - .if defined(USE_XAW) . if defined(XAW_TYPE) . if ${XAW_TYPE} == "xpm" @@ -1065,7 +1053,7 @@ IGNORE+= "${PKGNAME} is restricted:" \ " "${RESTRICTED:Q} . endif . if !(${MKCRYPTO} == "YES" || ${MKCRYPTO} == yes) -. if (defined(CRYPTO) || defined(USE_SSL)) +. if defined(CRYPTO) IGNORE+= "${PKGNAME} may not be built, because it utilizes strong cryptography" . endif . endif |