aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cdpsnarf
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-08-04 06:16:18 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-08-04 06:16:18 +0000
commit9c26236a3157029c8a364234ff01995be0ee2fe8 (patch)
tree167119885d4031c614a53da34abe6eba6c12d950 /net-mgmt/cdpsnarf
parent77e07ef19e571af541ad0b0e718811dc262c757e (diff)
downloadports-9c26236a3157029c8a364234ff01995be0ee2fe8.tar.gz
ports-9c26236a3157029c8a364234ff01995be0ee2fe8.zip
net-mgmt/cdpsnarf: remove unneeded LIB_DEPEND pcap
PR: 206841 Reported by: marino
Notes
Notes: svn path=/head/; revision=419597
Diffstat (limited to 'net-mgmt/cdpsnarf')
-rw-r--r--net-mgmt/cdpsnarf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/cdpsnarf/Makefile b/net-mgmt/cdpsnarf/Makefile
index 010e7dc2c781..ebfbd26dd8d2 100644
--- a/net-mgmt/cdpsnarf/Makefile
+++ b/net-mgmt/cdpsnarf/Makefile
@@ -2,7 +2,8 @@
PORTNAME= cdpsnarf
PORTVERSION= 0.1.6
-DISTVERSIONPREFIX= v
+PORTREVISION= 1
+DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt
MASTER_SITES= GH
@@ -11,8 +12,6 @@ COMMENT= Tool to extract information from CDP packets
LICENSE= GPLv2
-LIB_DEPENDS= libpcap.so:net/libpcap
-
USE_GITHUB= yes
GH_ACCOUNT= Zapotek