diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-03 20:43:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-03 20:43:52 +0000 |
commit | 083ff808c2aaf145c641a00bc66b38fb286cbafa (patch) | |
tree | 0804a71afa7c4bb653d9905add295ebe4c1998ba | |
parent | b66df0705321c245204e17cebba82fd8fd836e3e (diff) | |
download | pkgsrc-083ff808c2aaf145c641a00bc66b38fb286cbafa.tar.gz |
Add upper bound for nettle dependency (3.x is not supported).
-rw-r--r-- | security/gnutls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index c5532f2cd0d..28ea0e26a5c 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.153 2015/06/01 21:50:22 spz Exp $ +# $NetBSD: Makefile,v 1.154 2015/06/03 20:43:52 wiz Exp $ DISTNAME= gnutls-3.3.15 CATEGORIES= security devel @@ -57,6 +57,7 @@ post-install: .include "../../devel/gmp/buildlink3.mk" BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4 .include "../../security/libtasn1/buildlink3.mk" +BUILDLINK_API_DEPENDS.libnettle+= nettle<3 .include "../../security/nettle/buildlink3.mk" # guile is useful for selftests, but bindings should be separate pkgs #.include "../../lang/guile/buildlink3.mk" |