diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
commit | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /japanese/gjiten | |
parent | 148314483d3098c0d6a33944f1190842e671502f (diff) | |
download | freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.zst freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'japanese/gjiten')
-rw-r--r-- | japanese/gjiten/Makefile | 8 |
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 |