diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-28 23:35:59 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-28 23:35:59 +0000 |
commit | a4672a284bcc09bae802c0dadca3b3bf5e0bcc1c (patch) | |
tree | db0e9a46f59f7148fe5f78b0bd4f820d5f6f393d /net/xipdump | |
parent | 82dde4e3764121c208fb181b21ae80b8838b835e (diff) | |
download | pkgsrc-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/xipdump')
-rw-r--r-- | net/xipdump/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 373cc292b77..1b0a3a354ca 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/12/04 14:55:59 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/01/28 23:35:59 adrianp Exp $ # DISTNAME= xipdump-1.5.4 @@ -12,6 +12,8 @@ COMMENT= Displays IP packets using X Window System USE_BUILDLINK3= YES +BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b + LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config PLIST_SRC= ${WRKDIR}/PLIST |