diff options
author | maya <maya@pkgsrc.org> | 2018-01-02 05:37:22 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-01-02 05:37:22 +0000 |
commit | fa3de62b7575d546391f480cb36e4c44b75b0df2 (patch) | |
tree | 635e5a8cc93d19c79e57dfdb4aed2949e06b82d8 /security/rc5des/Makefile | |
parent | 4ce2bd6242b235191dc9487c65cf8f8bf7a2c911 (diff) | |
download | pkgsrc-fa3de62b7575d546391f480cb36e4c44b75b0df2.tar.gz |
Remove traces of crypto restrictions from packages.
ok for idea riastradh.
Diffstat (limited to 'security/rc5des/Makefile')
-rw-r--r-- | security/rc5des/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/rc5des/Makefile b/security/rc5des/Makefile index 925089fed64..cbcb856ba3b 100644 --- a/security/rc5des/Makefile +++ b/security/rc5des/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/23 18:16:56 asau Exp $ +# $NetBSD: Makefile,v 1.22 2018/01/02 05:37:24 maya Exp $ # DISTNAME= rc5-mlg-004 @@ -24,7 +24,6 @@ EMUL_REQD= netbsd>=1.2 EMUL_REQD= netbsd>=1.3 .endif -CRYPTO= yes NO_CONFIGURE= yes WRKSRC= ${WRKDIR}/RC5 |