summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorcube <cube>2009-02-24 00:44:26 +0000
committercube <cube>2009-02-24 00:44:26 +0000
commitb13012f287805032b34bdb98ee4bbbcc43659c69 (patch)
tree7130e64518c82544115c0f3484073332012f873b /net
parenta00bbcd0ca266095a5141f817a6a9e5d517702b8 (diff)
downloadpkgsrc-b13012f287805032b34bdb98ee4bbbcc43659c69.tar.gz
Silence some more pkglint warnings.
Diffstat (limited to 'net')
-rw-r--r--net/libnids/Makefile4
-rw-r--r--net/libnids/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
index b6c38f23533..f210c84f3b5 100644
--- a/net/libnids/Makefile
+++ b/net/libnids/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2009/02/24 00:42:29 cube Exp $
+# $NetBSD: Makefile,v 1.23 2009/02/24 00:44:26 cube Exp $
#
DISTNAME= libnids-1.23
@@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_TOOLS= pkg-config
+USE_TOOLS+= pkg-config
BUILDLINK_DEPMETHOD.libpcap= build
diff --git a/net/libnids/options.mk b/net/libnids/options.mk
index 33fc5366fe0..747cfc34bdc 100644
--- a/net/libnids/options.mk
+++ b/net/libnids/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2009/02/24 00:42:29 cube Exp $
+# $NetBSD: options.mk,v 1.6 2009/02/24 00:44:26 cube Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libnids
PKG_OPTIONS_REQUIRED_GROUPS= libnet
@@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS= libnet10
###
.if !empty(PKG_OPTIONS:Mlibnet10)
. include "../../devel/libnet10/buildlink3.mk"
-BUILDLINK_DEPMETHOD.libnet10= build
+BUILDLINK_DEPMETHOD.libnet10+= build
SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g"
.endif
@@ -21,6 +21,6 @@ SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g"
###
.if !empty(PKG_OPTIONS:Mlibnet11)
. include "../../devel/libnet11/buildlink3.mk"
-BUILDLINK_DEPMETHOD.libnet11= build
+BUILDLINK_DEPMETHOD.libnet11+= build
SUBST_SED.conf= -e "s|libnet-config|libnet11-config|g"
.endif