summaryrefslogtreecommitdiff
path: root/net/cdpd
diff options
context:
space:
mode:
Diffstat (limited to 'net/cdpd')
-rw-r--r--net/cdpd/Makefile4
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