diff options
author | drochner <drochner@pkgsrc.org> | 2006-02-13 11:04:54 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-02-13 11:04:54 +0000 |
commit | e3467833584b8f2c99c23c47228a156558583206 (patch) | |
tree | 99fed0352b05fd0ace3538f9e1fdafebcd50ef0f /security | |
parent | 6de130113276e899f8c88ee90acdc8cc7d1c36dd (diff) | |
download | pkgsrc-e3467833584b8f2c99c23c47228a156558583206.tar.gz |
"configure" checks for libtasn1>=0.2.18, so require it explicitely
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 5866ad97a25..434e467691b 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/02/10 12:39:25 drochner Exp $ +# $NetBSD: Makefile,v 1.42 2006/02/13 11:04:54 drochner Exp $ DISTNAME= gnutls-1.3.4 CATEGORIES= security devel @@ -26,7 +26,7 @@ PKGCONFIG_OVERRIDE= lib/gnutls.pc.in PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in BUILDLINK_DEPENDS.opencdk+= opencdk>=0.5.5 -BUILDLINK_DEPENDS.libtasn1+= libtasn1>=0.2.11 +BUILDLINK_DEPENDS.libtasn1+= libtasn1>=0.2.18 BUILDLINK_DEPENDS.libgcrypt+= libgcrypt>=1.2.2 MAKE_ENV+= RM=${RM:Q} |