mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
- Fix build with pkg_install
Reported by: zi
This commit is contained in:
parent
b979ba81fe
commit
3c7bfe1f22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351909
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= snmp
|
||||
PORTVERSION= 5.7.2
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= net-mgmt ipv6
|
||||
MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
|
||||
PKGNAMEPREFIX= net-
|
||||
@ -16,7 +16,9 @@ LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
# pkg-1.2 cannot handle this dependency well.
|
||||
#LIB_DEPENDS= libpkg.so:${PORTSDIR}/ports-mgmt/pkg
|
||||
.if !defined(WITH_PKGNG)
|
||||
LIB_DEPENDS= libpkg.so:${PORTSDIR}/ports-mgmt/pkg
|
||||
.endif
|
||||
|
||||
OPTIONS_DEFINE= IPV6 MFD_REWRITES PERL PERL_EMBEDDED PYTHON DUMMY TKMIB \
|
||||
DMALLOC MYSQL AX_SOCKONLY UNPRIVILEGED SMUX
|
||||
|
Loading…
Reference in New Issue
Block a user