summaryrefslogtreecommitdiff
path: root/security/dsniff
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-01-28 23:35:59 +0000
committeradrianp <adrianp>2005-01-28 23:35:59 +0000
commit9866958ead2f36225fff7424dea2ec8b997cc1ab (patch)
treedb0e9a46f59f7148fe5f78b0bd4f820d5f6f393d /security/dsniff
parent2f509926e17e7cb8f252ce83b5e0b7c78b962916 (diff)
downloadpkgsrc-9866958ead2f36225fff7424dea2ec8b997cc1ab.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 'security/dsniff')
-rw-r--r--security/dsniff/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index fb005687bf3..62c6aa999a9 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/12/18 19:24:26 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/01/28 23:35:59 adrianp Exp $
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
DISTNAME= dsniff-2.3
@@ -14,6 +14,8 @@ USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_X11= yes
+BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b
+
.include "../../net/libpcap/buildlink3.mk"
.include "../../devel/libnet/buildlink3.mk"
.include "../../net/libnids/buildlink3.mk"