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/gnupg/Makefile | |
parent | 4ce2bd6242b235191dc9487c65cf8f8bf7a2c911 (diff) | |
download | pkgsrc-fa3de62b7575d546391f480cb36e4c44b75b0df2.tar.gz |
Remove traces of crypto restrictions from packages.
ok for idea riastradh.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 5e1ab44eaef..e023d0cf8bd 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.141 2018/01/01 21:18:50 adam Exp $ +# $NetBSD: Makefile,v 1.142 2018/01/02 05:37:23 maya Exp $ DISTNAME= gnupg-1.4.22 PKGREVISION= 2 @@ -13,7 +13,6 @@ HOMEPAGE= http://www.gnupg.org/ COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures LICENSE= gnu-gpl-v3 -CRYPTO= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt |