summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-08-21 21:01:29 +0000
committerhubertf <hubertf@pkgsrc.org>2000-08-21 21:01:29 +0000
commite75965c6baa05e78e9da83535eded56e6c1aa4cc (patch)
treeb8540c2f811aaa6873f63ebe685a84e3151c8018 /security/openssl
parent7a8db65186e2df36a64ace60a07199b527a7b210 (diff)
downloadpkgsrc-e75965c6baa05e78e9da83535eded56e6c1aa4cc.tar.gz
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index a0bad47de76..71989b60b34 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/08/18 22:46:48 hubertf Exp $
+# $NetBSD: Makefile,v 1.18 2000/08/21 21:01:33 hubertf Exp $
#
DISTNAME= openssl-0.9.5a
@@ -37,7 +37,7 @@ MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC} MAKELIB=${FILESDIR}/makelib
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
.if ${OPSYS} == "NetBSD" && !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so)
-IGNORE= requires shared object support
+IGNORE= ${PKGNAME} requires shared object support
.endif
.if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES