svn commit: r513202 - head/net-mgmt/net-snmp

Tobias Kortkamp tobik at FreeBSD.org
Sun Sep 29 07:46:08 UTC 2019


Author: tobik
Date: Sun Sep 29 07:46:07 2019
New Revision: 513202
URL: https://svnweb.freebsd.org/changeset/ports/513202

Log:
  net-mgmt/net-snmp: Do not set LIB_DEPENDS twice

Modified:
  head/net-mgmt/net-snmp/Makefile

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Sun Sep 29 07:43:31 2019	(r513201)
+++ head/net-mgmt/net-snmp/Makefile	Sun Sep 29 07:46:07 2019	(r513202)
@@ -15,8 +15,6 @@ COMMENT=	Extendable SNMP implementation
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libpkg.so:ports-mgmt/pkg
-
 NOT_FOR_ARCHS=		mips mips64
 NOT_FOR_ARCHS_REASON=	SSP is currently broken on MIPS
 


More information about the svn-ports-all mailing list