diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 73d8fe80104..6edef48bcd3 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2002/08/19 15:17:55 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2002/08/19 16:00:06 wiz Exp $ DISTNAME= openssl-0.9.6g SVR4_PKGNAME= ossl @@ -56,8 +56,8 @@ PKG_SYSCONFDIR.${PKGBASE}?= /etc/openssl IGNORE= ${PKGNAME} requires shared object support . endif -# This hack goes away, once we formally de-support NetBSD-1.4.2. -. if ${OS_VERSION:M1.4.[123]} != "" +# This hack goes away, once we formally de-support NetBSD-1.4.x. +. if ${OS_VERSION:M1.4.[123]*} != "" CONFIGURE_ARGS= no-shared --openssldir=${PKG_SYSCONFDIR} --prefix=${PREFIX} PLIST_SRC= ${PLIST_RSAREF} ${PKGDIR}/PLIST.common |