svn commit: r419597 - head/net-mgmt/cdpsnarf

Kurt Jaeger pi at FreeBSD.org
Thu Aug 4 06:16:19 UTC 2016


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
 


More information about the svn-ports-all mailing list