diff options
author | obache <obache@pkgsrc.org> | 2008-05-24 04:59:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-05-24 04:59:59 +0000 |
commit | e1120407b71126bcc9df6855f5e9f8a7e19f8b71 (patch) | |
tree | 043f25b00f86106719f7b1bee506e7efb0a6ff5e /security/gnutls | |
parent | 46cafffb791f60d285c73ed419e539ec34944db8 (diff) | |
download | pkgsrc-e1120407b71126bcc9df6855f5e9f8a7e19f8b71.tar.gz |
Require libgcrypt>=1.2.2. Noticed by Steve Bellovin in pkgsrc-users@.
And also require opencdk>=0.6.5.
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 0dd593f5488..0c60f186956 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2008/05/22 13:18:52 tnn Exp $ +# $NetBSD: Makefile,v 1.70 2008/05/24 04:59:59 obache Exp $ DISTNAME= gnutls-2.2.5 CATEGORIES= security devel @@ -28,9 +28,9 @@ INFO_FILES= yes PKGCONFIG_OVERRIDE= lib/gnutls.pc.in PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in -BUILDLINK_API_DEPENDS.opencdk+= opencdk>=0.6.0 +BUILDLINK_API_DEPENDS.opencdk+= opencdk>=0.6.5 BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4 -BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.2 +BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.4 MAKE_ENV+= RM=${RM:Q} MAKE_ENV+= TZ=UTC |