diff options
-rw-r--r-- | net-mgmt/nagios-check_ports/Makefile | 3 |
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 |