diff options
author | wiz <wiz> | 2000-12-28 21:35:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-28 21:35:34 +0000 |
commit | 7afd905f8a303a1fbdf4f8d0956284563598c05f (patch) | |
tree | c099b7381382c08830b2289bc86f72a2ae5ca92c /security/openssl | |
parent | ebeaaca8fc729815cc8fef489a97809cf2da038b (diff) | |
download | pkgsrc-7afd905f8a303a1fbdf4f8d0956284563598c05f.tar.gz |
Enable on alpha again; according to itojun, the referenced PR doesn't
apply to the package.
Diffstat (limited to 'security/openssl')
-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 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 \ |