git: edaacf6582fc - main - net-mgmt/net-snmp: Re-add LIB_DEPENDS on pkg
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 15:36:36 UTC
The branch main has been updated by zi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=edaacf6582fc4b4316dba2f8e030da1838f380b5
commit edaacf6582fc4b4316dba2f8e030da1838f380b5
Author: Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2025-10-13 15:36:10 +0000
Commit: Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2025-10-13 15:36:10 +0000
net-mgmt/net-snmp: Re-add LIB_DEPENDS on pkg
PR: 290124
---
net-mgmt/net-snmp/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 4a15477cc3c4..c3b2385208b7 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -49,6 +49,8 @@ CPE_PRODUCT= net-snmp
USE_PERL5= build run
USE_CSTD= c99
+LIB_DEPENDS= libpkg.so:${PKG_ORIGIN}
+
CFLAGS+= -I${LOCALBASE}/include -I${PKG_PREFIX}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= PERLPROG="${PERL}" PSPROG="${PS_CMD}" SED="${SED}"