diff options
author | tsarna <tsarna> | 1998-09-27 22:24:43 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-09-27 22:24:43 +0000 |
commit | 9483d78318c703186fce6025031f15712c742817 (patch) | |
tree | e1fa016e7c1e54ff7b4407bc51d931bd2864f117 /security/py-crypto | |
parent | 7efd82bbe55215863a776faae33fd8bb444f699c (diff) | |
download | pkgsrc-9483d78318c703186fce6025031f15712c742817.tar.gz |
Tim tested some of these, but I don't know which. Since at least one of
the pkgs broke on Alpha that was not expected to, disable them all for
the 1.3.3 tag to be on the safe side :-(
Diffstat (limited to 'security/py-crypto')
-rw-r--r-- | security/py-crypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index 36cb01e8b77..adb851f5cb9 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/09/22 16:13:34 tsarna Exp $ +# $NetBSD: Makefile,v 1.5 1998/09/27 22:24:44 tsarna Exp $ DISTNAME= pycrypt100 PKGNAME= py-crypto-1.0.0 @@ -11,6 +11,8 @@ HOMEPAGE= http://starship.skyport.net/crew/amk/writing/pct/ DEPENDS+= python-1.5.1:../../lang/python +NOT_FOR_ARCHS= alpha # possibly broken + RESTRICTED= "Cryptographic software" MIRROR_DISTFILE=no |