summaryrefslogtreecommitdiff
path: root/net/libnids
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-01-28 23:35:59 +0000
committeradrianp <adrianp@pkgsrc.org>2005-01-28 23:35:59 +0000
commita4672a284bcc09bae802c0dadca3b3bf5e0bcc1c (patch)
treedb0e9a46f59f7148fe5f78b0bd4f820d5f6f393d /net/libnids
parent82dde4e3764121c208fb181b21ae80b8838b835e (diff)
downloadpkgsrc-a4672a284bcc09bae802c0dadca3b3bf5e0bcc1c.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/libnids')
-rw-r--r--net/libnids/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
index 63e9e069912..1a9f759a77a 100644
--- a/net/libnids/Makefile
+++ b/net/libnids/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/03 00:17:54 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/01/28 23:35:59 adrianp Exp $
# $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $
#
@@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
BUILDLINK_DEPMETHOD.libnet= build
BUILDLINK_DEPMETHOD.libpcap= build
+BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b
.include "../../devel/libnet/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"