From a4672a284bcc09bae802c0dadca3b3bf5e0bcc1c Mon Sep 17 00:00:00 2001 From: adrianp Date: Fri, 28 Jan 2005 23:35:59 +0000 Subject: 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 ! --- net/firewalk/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/firewalk') diff --git a/net/firewalk/Makefile b/net/firewalk/Makefile index f83130c3c79..a92f355b110 100644 --- a/net/firewalk/Makefile +++ b/net/firewalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/10/03 00:17:51 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/01/28 23:35:59 adrianp Exp $ DISTNAME= firewalk-1.0 PKGREVISION= 1 @@ -15,6 +15,8 @@ GNU_CONFIGURE= # defined CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include CONFIGURE_ARGS+= --with-gtk=no +BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b + MAKE_ENV+= FIREWALK_LOC=${LOCALBASE} .include "../../devel/libnet/buildlink3.mk" -- cgit v1.2.3