From 98b50d4c60f26249f944d24abdbcfa931f5c7268 Mon Sep 17 00:00:00 2001 From: Rainer Hurling Date: Sat, 17 Apr 2021 11:25:56 +0200 Subject: [PATCH] net-mgmt/lldpd: Correct SNMP deps Remove SNMP dependencies that have crept in by mistake. Reported by: Niclas Zeising --- net-mgmt/lldpd/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile index 7003b9c8fa94..4d03a73fdc0c 100644 --- a/net-mgmt/lldpd/Makefile +++ b/net-mgmt/lldpd/Makefile @@ -2,6 +2,7 @@ PORTNAME= lldpd PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ \ http://mirror.1labs.ch/${PORTNAME}/ @@ -54,10 +55,7 @@ JSON_CONFIGURE_WITH= json PIE_CONFIGURE_ENABLE= pie PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp READLINE_CONFIGURE_WITH= readline -SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \ - libpcre.so:devel/pcre \ - libpkg.so:ports-mgmt/pkg \ - librpm.so:archivers/rpm4 +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_USES= ssl SNMP_CONFIGURE_WITH= snmp XML_LIB_DEPENDS= libxml2.so:textproc/libxml2