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/srp_client | |
parent | 4ce2bd6242b235191dc9487c65cf8f8bf7a2c911 (diff) | |
download | pkgsrc-fa3de62b7575d546391f480cb36e4c44b75b0df2.tar.gz |
Remove traces of crypto restrictions from packages.
ok for idea riastradh.
Diffstat (limited to 'security/srp_client')
-rw-r--r-- | security/srp_client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index f91217d2d18..f14411ed2e2 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2013/06/17 11:46:28 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2018/01/02 05:37:24 maya Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -15,7 +15,6 @@ RESTRICTED= Licensor makes vague patent claims. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -CRYPTO= yes GNU_CONFIGURE= yes CPPFLAGS+= -Dunix=1 |