misc/ansiweather: remove unneeded reference to LOCALBASE

Reported by:	adamw
Pointyhat to:	swills
This commit is contained in:
Steve Wills
2015-07-06 23:27:45 +00:00
parent 37893c2bae
commit 4410aef4b8

View File

@@ -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