summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-28 21:35:34 +0000
committerwiz <wiz@pkgsrc.org>2000-12-28 21:35:34 +0000
commit04c985472d3eeadfd206ba4c4499346b35fbf93b (patch)
treec099b7381382c08830b2289bc86f72a2ae5ca92c /security
parentb22425b97c1592fc6f1d647f84580ebac6191d57 (diff)
downloadpkgsrc-04c985472d3eeadfd206ba4c4499346b35fbf93b.tar.gz
Enable on alpha again; according to itojun, the referenced PR doesn't
apply to the package.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 9c835a95fda..b60ee736fba 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2000/10/11 16:30:12 wennmach Exp $
+# $NetBSD: Makefile,v 1.25 2000/12/28 21:35:34 wiz Exp $
#
DISTNAME= openssl-0.9.5a
@@ -18,8 +18,8 @@ USE_RSAREF2= NO
# supplies IDEA/RC5
LICENCE= fee-based-commercial-use
-# matches what's in `Configure' (except sparc64 and alpha, see PR 10984)
-ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 \
+# matches what's in `Configure' (except sparc64)
+ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
NetBSD-*-m68k NetBSD-*-mips NetBSD-*-mipseb \
NetBSD-*-mipsel NetBSD-*-ns32k NetBSD-*-powerpc \
NetBSD-*-sparc NetBSD-*-vax \