From 16f8243f25cf86ef67489289829a1f938d3d6a10 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 3 May 2016 08:20:29 +0000 Subject: Remove ${PORTSDIR}/ from _DEPENDS, and remove useless ${LOCALBASE}/bin. Sponsored by: Absolight --- www/varnish-nagios/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/varnish-nagios') 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 -- cgit