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 | 79e877430dc24f25c479a0fb0211c337c5134e7c (patch) | |
tree | db0e9a46f59f7148fe5f78b0bd4f820d5f6f393d /net/cdpd | |
parent | b892eca447f12fd8312074d56eb30868bd2cfd3b (diff) | |
download | pkgsrc-79e877430dc24f25c479a0fb0211c337c5134e7c.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/cdpd')
-rw-r--r-- | net/cdpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/cdpd/Makefile b/net/cdpd/Makefile index 498ee6429cd..debab4c4732 100644 --- a/net/cdpd/Makefile +++ b/net/cdpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/11/29 23:01:14 explorer Exp $ +# $NetBSD: Makefile,v 1.8 2005/01/28 23:35:59 adrianp Exp $ # DISTNAME= cdpd-1.0.2 @@ -12,6 +12,8 @@ COMMENT= Simple daemon to send Cisco Discovery Protocol packets USE_BUILDLINK3= YES GNU_CONFIGURE= YES +BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin/cdpd ${INSTALL_DATA} ${WRKSRC}/cdpd.8 ${PREFIX}/man/man8/cdpd.8 |