aboutsummaryrefslogtreecommitdiff
path: root/japanese/gjiten
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
commita9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /japanese/gjiten
parent4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff)
Notes
Diffstat (limited to 'japanese/gjiten')
-rw-r--r--japanese/gjiten/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/gjiten/Makefile b/japanese/gjiten/Makefile
index 8c018e0b6bb2..c5341def76ee 100644
--- a/japanese/gjiten/Makefile
+++ b/japanese/gjiten/Makefile
@@ -29,8 +29,8 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_MAKE_ENV_OFF= USE_NLS=no
-KANJIPAD_RUN_DEPENDS= ${LOCALBASE}/bin/kanjipad:${PORTSDIR}/japanese/kanjipad
-BUILD_DEPENDS= ${LOCALBASE}/bin/xmlto:${PORTSDIR}/textproc/xmlto
+KANJIPAD_RUN_DEPENDS= ${LOCALBASE}/bin/kanjipad:japanese/kanjipad
+BUILD_DEPENDS= ${LOCALBASE}/bin/xmlto:textproc/xmlto
DICTIONARIES= kanjidic edict compdic
GJITEN_DICS= ${DATADIR}/dics/
@@ -40,11 +40,11 @@ GJITEN_DICS= ${DATADIR}/dics/
.if ${PORT_OPTIONS:MUTF8}
EDICT_DIR= ${LOCALBASE}/share/dict/edict-utf-8
EDICT_FILE= ${EDICT_DIR}/edict
-RUN_DEPENDS+= ${EDICT_FILE}:${PORTSDIR}/japanese/edict-utf-8
+RUN_DEPENDS+= ${EDICT_FILE}:japanese/edict-utf-8
.else
EDICT_DIR= ${LOCALBASE}/share/dict/edict
EDICT_FILE= ${EDICT_DIR}/edict
-RUN_DEPENDS+= ${EDICT_FILE}:${PORTSDIR}/japanese/edict
+RUN_DEPENDS+= ${EDICT_FILE}:japanese/edict
USES+= iconv:build
.endif