summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorwiz <wiz>2013-11-04 08:22:54 +0000
committerwiz <wiz>2013-11-04 08:22:54 +0000
commitacc23de3093574d579fabe3af7cf07643ec35e70 (patch)
treec8c881aae1fe44ddb9f2aa7f6ab24616b153c92a /security/gnutls
parent5194882d80ade63274d7dc072bda853d383d9bcf (diff)
downloadpkgsrc-acc23de3093574d579fabe3af7cf07643ec35e70.tar.gz
Add --without-tpm to configure arguments to have consistency across
platforms. Reported by Richard PALO.
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 7c7aaff2f21..d50da0b540f 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2013/10/31 14:41:48 wiz Exp $
+# $NetBSD: Makefile,v 1.134 2013/11/04 08:22:54 wiz Exp $
DISTNAME= gnutls-3.2.6
CATEGORIES= security devel
@@ -21,6 +21,7 @@ CONFIGURE_ARGS+= --without-p11-kit
# this library duplicates (and conflicts with) openssl
CONFIGURE_ARGS+= --disable-openssl-compatibility
CONFIGURE_ARGS+= --disable-guile
+CONFIGURE_ARGS+= --without-tpm
TEST_TARGET= check
INFO_FILES= yes