aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorshurd <shurd@FreeBSD.org>2014-07-15 03:47:29 +0800
committershurd <shurd@FreeBSD.org>2014-07-15 03:47:29 +0800
commit0d47e784dba66074cb14c156c8d32ac52e40add1 (patch)
tree1cfbfa79285c489fc31375d0662a4a527be6b30a /net-mgmt
parent07425542d8cfb0e6d4e2604ffad6db8441c4ab0e (diff)
downloadfreebsd-ports-gnome-0d47e784dba66074cb14c156c8d32ac52e40add1.tar.gz
freebsd-ports-gnome-0d47e784dba66074cb14c156c8d32ac52e40add1.tar.zst
freebsd-ports-gnome-0d47e784dba66074cb14c156c8d32ac52e40add1.zip
Remove the RUN_DEPENDS in portaudit when USE_PKGNG is set on < 10.0
PR: ports/191525 Submitted by: ryanrfrederick@gmail.com (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-check_ports/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nagios-check_ports/Makefile b/net-mgmt/nagios-check_ports/Makefile
index f020a4dae8b3..f61fc374ac5e 100644
--- a/net-mgmt/nagios-check_ports/Makefile
+++ b/net-mgmt/nagios-check_ports/Makefile
@@ -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