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/pgp2 | |
parent | 4ce2bd6242b235191dc9487c65cf8f8bf7a2c911 (diff) | |
download | pkgsrc-fa3de62b7575d546391f480cb36e4c44b75b0df2.tar.gz |
Remove traces of crypto restrictions from packages.
ok for idea riastradh.
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 39e77a94c9e..fdaa3a97326 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2017/01/19 18:52:24 agc Exp $ +# $NetBSD: Makefile,v 1.58 2018/01/02 05:37:23 maya Exp $ DISTNAME= pgp263is PKGREVISION= 1 @@ -12,7 +12,6 @@ COMMENT= Public-key encryption and digital signature utility (v2) LICENSE= pgp2-license WRKSRC= ${WRKDIR}/src -CRYPTO= yes .include "options.mk" |