summaryrefslogtreecommitdiff
path: root/net/arping
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-01-28 23:35:59 +0000
committeradrianp <adrianp>2005-01-28 23:35:59 +0000
commit21c7542bd08ff88ef96f6bf37960bcbba15af591 (patch)
treedb0e9a46f59f7148fe5f78b0bd4f820d5f6f393d /net/arping
parenta9f458cfad5e1e014e5d83c9f6c687209ac76b44 (diff)
downloadpkgsrc-21c7542bd08ff88ef96f6bf37960bcbba15af591.tar.gz
Force all current packages using the libnet 1.0.x tree to use a
verision of libnet <= 1.0.1b. This will prevent the case where the user has installed the libnet 1.1.x branch and then tries to install an application that is not compatible with the 1.1.x tree. Over time the list of these applications that require the 1.0.x branch will be reduced as they are updated to later versions that support the libnet 1.1.x branch. This addresses PR# 29056 opened by diro (at) nixsys.bz, thanks for the PR !
Diffstat (limited to 'net/arping')
-rw-r--r--net/arping/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile
index 372b79aa1eb..e02ae916f82 100644
--- a/net/arping/Makefile
+++ b/net/arping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/12/03 15:15:05 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/28 23:35:59 adrianp Exp $
#
DISTNAME= arping-2.01
@@ -13,6 +13,8 @@ COMMENT= ARP-level ping utility
USE_BUILDLINK3= yes
NO_CONFIGURE= yes
+BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"