diff options
author | drochner <drochner@pkgsrc.org> | 2013-01-15 11:29:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-01-15 11:29:21 +0000 |
commit | 7ca9b4fd6a9884252c777eb045430c0e84d1844e (patch) | |
tree | 78bc7e82a4fb70dcec4aca8f3df8b27ef1d085b2 /security | |
parent | ed45871ccef58dfc9fa20dff991b064b76177c38 (diff) | |
download | pkgsrc-7ca9b4fd6a9884252c777eb045430c0e84d1844e.tar.gz |
wants to use pkg-config
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 44d441f9c9b..8d6875d42bc 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2012/11/06 19:01:36 drochner Exp $ +# $NetBSD: Makefile,v 1.123 2013/01/15 11:29:21 drochner Exp $ DISTNAME= gnutls-3.0.25 CATEGORIES= security devel @@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-p11-kit # this library duplicates (and conflicts with) openssl |