diff options
author | arved <arved@FreeBSD.org> | 2003-11-26 18:40:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-11-26 18:40:07 +0800 |
commit | da5a97f7aa1d9e087f811c2bb619346e855f4e0e (patch) | |
tree | e88359485bd20d202de6af7d3d98eec0c91f62ea | |
parent | a5eee95abfe1e72d0dac76bfa1fe8eefd7afb154 (diff) | |
download | freebsd-ports-gnome-da5a97f7aa1d9e087f811c2bb619346e855f4e0e.tar.gz freebsd-ports-gnome-da5a97f7aa1d9e087f811c2bb619346e855f4e0e.tar.zst freebsd-ports-gnome-da5a97f7aa1d9e087f811c2bb619346e855f4e0e.zip |
Fix broken dependency on arabic i18n port.
Reported by: kris
-rw-r--r-- | editors/calligra-l10n/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice-i18n/Makefile | 2 | ||||
-rw-r--r-- | editors/koffice-kde4-l10n/Makefile | 2 | ||||
-rw-r--r-- | misc/koffice-i18n/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/calligra-l10n/Makefile b/editors/calligra-l10n/Makefile index 346d0d0897df..00b1531aee46 100644 --- a/editors/calligra-l10n/Makefile +++ b/editors/calligra-l10n/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE RUN_DEPENDS+=\ - ${LOCALBASE}/shaer/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ + ${LOCALBASE}/share/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ ${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\ ${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\ ${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\ diff --git a/editors/koffice-i18n/Makefile b/editors/koffice-i18n/Makefile index 346d0d0897df..00b1531aee46 100644 --- a/editors/koffice-i18n/Makefile +++ b/editors/koffice-i18n/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE RUN_DEPENDS+=\ - ${LOCALBASE}/shaer/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ + ${LOCALBASE}/share/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ ${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\ ${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\ ${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\ diff --git a/editors/koffice-kde4-l10n/Makefile b/editors/koffice-kde4-l10n/Makefile index 346d0d0897df..00b1531aee46 100644 --- a/editors/koffice-kde4-l10n/Makefile +++ b/editors/koffice-kde4-l10n/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE RUN_DEPENDS+=\ - ${LOCALBASE}/shaer/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ + ${LOCALBASE}/share/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ ${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\ ${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\ ${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\ diff --git a/misc/koffice-i18n/Makefile b/misc/koffice-i18n/Makefile index 346d0d0897df..00b1531aee46 100644 --- a/misc/koffice-i18n/Makefile +++ b/misc/koffice-i18n/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE RUN_DEPENDS+=\ - ${LOCALBASE}/shaer/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ + ${LOCALBASE}/share/locale/ar/LC_MESSAGES/kword.mo:${PORTSDIR}/arabic/koffice-i18n\ ${LOCALBASE}/share/locale/de/LC_MESSAGES/kword.mo:${PORTSDIR}/german/koffice-i18n\ ${LOCALBASE}/share/locale/fr/LC_MESSAGES/kword.mo:${PORTSDIR}/french/koffice-i18n\ ${LOCALBASE}/share/locale/hu/LC_MESSAGES/kword.mo:${PORTSDIR}/hungarian/koffice-i18n\ |