diff options
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 25f7ad543f0..a2339c52d65 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2004/10/06 10:17:06 grant Exp $ +# $NetBSD: Makefile,v 1.22 2004/11/08 19:34:46 jmmv Exp $ -DISTNAME= gnutls-1.0.20 -PKGREVISION= 2 +DISTNAME= gnutls-1.0.22 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \ ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/ \ @@ -18,6 +17,9 @@ USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES +PKGCONFIG_OVERRIDE= lib/gnutls.pc.in +PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in + BUILDLINK_DEPENDS.opencdk= opencdk>=0.5.5 MAKE_ENV+= RM="${RM}" |