summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /security/gnutls
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index bddb586a78f..0b31b090d12 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/11/14 18:17:49 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2005/12/05 20:50:56 rillig Exp $
DISTNAME= gnutls-1.2.9
CATEGORIES= security devel
@@ -16,7 +16,7 @@ COMMENT= GNU Transport Layer Security library
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
-USE_TOOLS= gmake
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
TEST_TARGET= check
@@ -25,9 +25,9 @@ INFO_FILES= gnutls.info
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.libgcrypt= libgcrypt>=1.2.2
+BUILDLINK_DEPENDS.opencdk+= opencdk>=0.5.5
+BUILDLINK_DEPENDS.libtasn1+= libtasn1>=0.2.11
+BUILDLINK_DEPENDS.libgcrypt+= libgcrypt>=1.2.2
MAKE_ENV+= RM=${RM:Q}
MAKE_ENV+= TZ=UTC