aboutsummaryrefslogtreecommitdiff
path: root/textproc/google-translate-cli
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/google-translate-cli
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'textproc/google-translate-cli')
-rw-r--r--textproc/google-translate-cli/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/google-translate-cli/Makefile b/textproc/google-translate-cli/Makefile
index 476389a67c7f..2cf82f6e2bc1 100644
--- a/textproc/google-translate-cli/Makefile
+++ b/textproc/google-translate-cli/Makefile
@@ -14,14 +14,14 @@ LICENSE_NAME= Beerware
LICENSE_TEXT= http://www.sax.de/~joerg/beerware-license.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
- gawk:${PORTSDIR}/lang/gawk
-TEST_DEPENDS= gawk:${PORTSDIR}/lang/gawk
+BUILD_DEPENDS= gawk:lang/gawk
+RUN_DEPENDS= bash:shells/bash \
+ gawk:lang/gawk
+TEST_DEPENDS= gawk:lang/gawk
ALL_TARGET= build
-FRIBIDI_RUN_DEPENDS= fribidi:${PORTSDIR}/converters/fribidi
+FRIBIDI_RUN_DEPENDS= fribidi:converters/fribidi
GH_ACCOUNT= soimort
GH_PROJECT= translate-shell
@@ -31,10 +31,10 @@ OPTIONS_DEFINE= DOCS FRIBIDI READLINE TEXT2SPEECH
PLIST_FILES= bin/trans man/man1/trans.1.gz
-READLINE_RUN_DEPENDS= rlwrap:${PORTSDIR}/devel/rlwrap
+READLINE_RUN_DEPENDS= rlwrap:devel/rlwrap
TEXT2SPEECH_DESC= Enable Text-to-Speech functionality via espeak
-TEXT2SPEECH_RUN_DEPENDS= espeak:${PORTSDIR}/audio/espeak
+TEXT2SPEECH_RUN_DEPENDS= espeak:audio/espeak
USE_GITHUB= yes