diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2014-07-14 19:47:29 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2014-07-14 19:47:29 +0000 |
commit | 2908b7ec9a8638ad80026b950dbaa7f1100f7431 (patch) | |
tree | 1cfbfa79285c489fc31375d0662a4a527be6b30a | |
parent | Add USES=libtool and INSTALL_TARGET=install-strip (diff) |
Remove the RUN_DEPENDS in portaudit when USE_PKGNG is set on < 10.0
PR: ports/191525
Submitted by: ryanrfrederick@gmail.com (maintainer)
Notes
Notes:
svn path=/head/; revision=361825
-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 |