Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 06:16:18 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419597 - head/net-mgmt/cdpsnarf
Message-ID:  <201608040616.u746GIxQ077424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Aug  4 06:16:18 2016
New Revision: 419597
URL: https://svnweb.freebsd.org/changeset/ports/419597

Log:
  net-mgmt/cdpsnarf: remove unneeded LIB_DEPEND pcap
  
  PR:		206841
  Reported by:	marino

Modified:
  head/net-mgmt/cdpsnarf/Makefile

Modified: head/net-mgmt/cdpsnarf/Makefile
==============================================================================
--- head/net-mgmt/cdpsnarf/Makefile	Thu Aug  4 05:51:16 2016	(r419596)
+++ head/net-mgmt/cdpsnarf/Makefile	Thu Aug  4 06:16:18 2016	(r419597)
@@ -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 fro
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libpcap.so:net/libpcap
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	Zapotek
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608040616.u746GIxQ077424>