aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2015-07-07 07:27:45 +0800
committerswills <swills@FreeBSD.org>2015-07-07 07:27:45 +0800
commit7b5ff041426e32afc67ba9b2b258c82da619ae54 (patch)
treee6004c71b23da6a480a0442d9c24a995fa0f5c56 /misc
parent3191c22ddcfa8f56d619e55be08cb4e7aaa533ee (diff)
downloadfreebsd-ports-gnome-7b5ff041426e32afc67ba9b2b258c82da619ae54.tar.gz
freebsd-ports-gnome-7b5ff041426e32afc67ba9b2b258c82da619ae54.tar.zst
freebsd-ports-gnome-7b5ff041426e32afc67ba9b2b258c82da619ae54.zip
misc/ansiweather: remove unneeded reference to LOCALBASE
Reported by: adamw Pointyhat to: swills
Diffstat (limited to 'misc')
-rw-r--r--misc/ansiweather/Makefile6
1 files changed, 3 insertions, 3 deletions
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