diff options
Diffstat (limited to 'net-mgmt/scdp')
-rw-r--r-- | net-mgmt/scdp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/scdp/Makefile b/net-mgmt/scdp/Makefile index 184b20150fe2..e4e2c7d89011 100644 --- a/net-mgmt/scdp/Makefile +++ b/net-mgmt/scdp/Makefile @@ -6,7 +6,7 @@ PORTNAME= scdp PORTVERSION= 1.0.b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= scdp @@ -15,7 +15,7 @@ DISTNAME= scdp-${PORTVERSION:S/.b/b/} MAINTAINER= arved@FreeBSD.org COMMENT= "Tool that sends CDP (CISCO Discovery Protocol) Packets" -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet +BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 PLIST_FILES= bin/scdp GNU_CONFIGURE= yes |