mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove the RUN_DEPENDS in portaudit when USE_PKGNG is set on < 10.0
PR: ports/191525 Submitted by: ryanrfrederick@gmail.com (maintainer)
This commit is contained in:
parent
59b744b4c0
commit
2908b7ec9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361825
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= check_ports
|
||||
PORTVERSION= 0.7.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMEPREFIX= nagios-
|
||||
|
||||
@ -18,7 +19,7 @@ NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000000
|
||||
.if ${OSVERSION} < 1000000 && ! defined(WITH_PKGNG)
|
||||
RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user