diff options
author | mat <mat@FreeBSD.org> | 2016-05-03 16:20:29 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-05-03 16:20:29 +0800 |
commit | 16f8243f25cf86ef67489289829a1f938d3d6a10 (patch) | |
tree | baeb5a558544f700dbe0b2c3842d3d08d7452ab7 /www/varnish-nagios | |
parent | 7d5f5c43f3d934ee172ba9bbe60b254943e3050b (diff) | |
download | freebsd-ports-gnome-16f8243f25cf86ef67489289829a1f938d3d6a10.tar.gz freebsd-ports-gnome-16f8243f25cf86ef67489289829a1f938d3d6a10.tar.zst freebsd-ports-gnome-16f8243f25cf86ef67489289829a1f938d3d6a10.zip |
Remove ${PORTSDIR}/ from _DEPENDS, and remove useless ${LOCALBASE}/bin.
Sponsored by: Absolight
Diffstat (limited to 'www/varnish-nagios')
-rw-r--r-- | www/varnish-nagios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/varnish-nagios/Makefile b/www/varnish-nagios/Makefile index 4d053d14ea2c..8cacc2bcd166 100644 --- a/www/varnish-nagios/Makefile +++ b/www/varnish-nagios/Makefile @@ -12,7 +12,7 @@ COMMENT= Nagios plugin to check status of Varnish LICENSE= BSD2CLAUSE BUILD_DEPENDS= varnish4>=0:www/varnish4 -RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo +RUN_DEPENDS= sudo:security/sudo GNU_CONFIGURE= yes CFLAGS+= -lm |