aboutsummaryrefslogtreecommitdiff
path: root/misc/ansiweather
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-07-06 23:27:45 +0000
committerSteve Wills <swills@FreeBSD.org>2015-07-06 23:27:45 +0000
commit4410aef4b87993bcdb70e57d459b6221f536a69a (patch)
treee6004c71b23da6a480a0442d9c24a995fa0f5c56 /misc/ansiweather
parent37893c2bae470a4676caf15fe598c2299f989b56 (diff)
downloadports-4410aef4b87993bcdb70e57d459b6221f536a69a.tar.gz
ports-4410aef4b87993bcdb70e57d459b6221f536a69a.zip
misc/ansiweather: remove unneeded reference to LOCALBASE
Reported by: adamw Pointyhat to: swills
Notes
Notes: svn path=/head/; revision=391485
Diffstat (limited to 'misc/ansiweather')
-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