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/libidea | |
parent | 4ce2bd6242b235191dc9487c65cf8f8bf7a2c911 (diff) | |
download | pkgsrc-fa3de62b7575d546391f480cb36e4c44b75b0df2.tar.gz |
Remove traces of crypto restrictions from packages.
ok for idea riastradh.
Diffstat (limited to 'security/libidea')
-rw-r--r-- | security/libidea/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/libidea/Makefile b/security/libidea/Makefile index f1a4e577e72..1ba166d55ef 100644 --- a/security/libidea/Makefile +++ b/security/libidea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/08/16 20:45:44 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/01/02 05:37:23 maya Exp $ DISTNAME= libidea-0.8.2b CATEGORIES= security @@ -10,7 +10,6 @@ COMMENT= IDEA block cipher library #LICENSE= ssleay-license WRKSRC= ${WRKDIR}/idea -CRYPTO= YES INSTALLATION_DIRS= bin include lib |