diff options
Diffstat (limited to 'security/py-crypto/Makefile')
-rw-r--r-- | security/py-crypto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index 44ce95cf57c..55cd7acf066 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/08/21 21:01:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2000/09/09 19:40:22 fredb Exp $ DISTNAME= pycrypt100 PKGNAME= py-crypto-1.0.0 @@ -11,8 +11,7 @@ HOMEPAGE= http://starship.skyport.net/crew/amk/writing/pct/ DEPENDS+= python-1.5.2:../../lang/python -RESTRICTED= "Cryptographic software" -NO_SRC_ON_FTP= ${RESTRICTED} +CRYPTO= yes WRKSRC= ${WRKDIR}/Extensions/Crypto MAKE_FLAGS= 'OPT=${CFLAGS}' |