From 7b5ff041426e32afc67ba9b2b258c82da619ae54 Mon Sep 17 00:00:00 2001 From: swills Date: Mon, 6 Jul 2015 23:27:45 +0000 Subject: misc/ansiweather: remove unneeded reference to LOCALBASE Reported by: adamw Pointyhat to: swills --- misc/ansiweather/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/ansiweather/Makefile b/misc/ansiweather/Makefile index f3f714e832e0..02e380f81eaa 100644 --- a/misc/ansiweather/Makefile +++ b/misc/ansiweather/Makefile @@ -9,9 +9,9 @@ COMMENT= Shell script for displaying the current weather in your terminal LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${LOCALBASE}/bin/jq:${PORTSDIR}/textproc/jq \ - ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ +RUN_DEPENDS= jq:${PORTSDIR}/textproc/jq \ + curl:${PORTSDIR}/ftp/curl \ + bash:${PORTSDIR}/shells/bash \ gprintf:${PORTSDIR}/sysutils/coreutils USE_GITHUB= yes -- cgit