1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix detection of English, Hebrew packages and fix RUN_DEPENDS.

Ports does not support RUN_DEPENDS with relative paths, as this breaks
dependency registration for pkgng.

Discussed with:	bapt (IRC)
This commit is contained in:
David Naylor 2013-11-27 19:39:45 +00:00
parent 4842a6ee3e
commit 0958d7c2a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335048

View File

@ -27,11 +27,16 @@ uk_CATEGORY= ukrainian
vi_CATEGORY= vietnamese
en_GB_aspell_PORT_PREFIX= en-
en_GB_aspell_DETECT_PREFIX= en-
en_GB_hunspell_PORT_PREFIX= en-
en_GB_hunspell_DETECT_PREFIX= en-
ca@valencia_aspell_PORT_PREFIX= ca-
ca@valencia_aspell_DETECT_PREFIX= ca-
he_aspell_DETECT_PREFIX= iw-
he_hunspell_DETECT_PREFIX= iw-
pt_BR_aspell_PORT_SUFFIX= -pt_BR
pt_BR_hunspell_DETECT_PREFIX= pt-
@ -63,5 +68,5 @@ OPTIONS_DEFINE+= HUNSPELL
HUNSPELL_DESC= Install hunspell dictionary
.endif
ASPELL_RUN_DEPENDS+= ${${KDE4_L10N}_aspell_DETECT}:${.CURDIR}/../../${${KDE4_L10N}_aspell_PORT}
HUNSPELL_RUN_DEPENDS+= ${${KDE4_L10N}_hunspell_DETECT}:${.CURDIR}/../../${${KDE4_L10N}_hunspell_PORT}
ASPELL_RUN_DEPENDS+= ${${KDE4_L10N}_aspell_DETECT}:${PORTSDIR}/${${KDE4_L10N}_aspell_PORT}
HUNSPELL_RUN_DEPENDS+= ${${KDE4_L10N}_hunspell_DETECT}:${PORTSDIR}/${${KDE4_L10N}_hunspell_PORT}