diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-08-03 14:23:31 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-08-03 14:23:31 +0000 |
commit | 02b5a2048a7ce363642106853195ccd2ce422ba3 (patch) | |
tree | dcbb0926585a8eaec4e47813c95aaa2c4484c14b /print | |
parent | Use MASTERDIR (diff) |
Removed {ja, ko, zh}/linux_locale dependencies. Because of version up of
linux-gtk, locale ports above are no more necessary.
Users who have been using pips ports (since epoch of linux_base 6) are not
required to upgrade. Therefore PORTREVISION doesn't bump.
Reviewed by: Maintainer
Notes
Notes:
svn path=/head/; revision=63916
Diffstat (limited to 'print')
-rw-r--r-- | print/pips800/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile index 1fd257f3e304..980695d00dfe 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -76,29 +76,19 @@ COMMENT= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr .if ${PORTVERSION} == 2.0 && !defined(INTERNATIONAL_PRODUCTS) LANGS= ja -RUN_DEPENDS+= ${LINUXBASE}/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale PLIST= ${MASTERDIR}/pkg-plist20 .elif ${PORTVERSION} == 1.3 PLIST= ${MASTERDIR}/pkg-plist13 .elif ${PORTVERSION} == 1.3.1 LANGS= de es fr it ja ko nl pt zh zh_TW -RUN_DEPENDS+= ${LINUXBASE}/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale -RUN_DEPENDS+= ${LINUXBASE}/usr/share/locale/ko/LC_COLLATE:${PORTSDIR}/korean/linux_locale -RUN_DEPENDS+= ${LINUXBASE}/usr/share/locale/zh_TW.Big5/LC_COLLATE:${PORTSDIR}/chinese/linux_locale #RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/cmex16m.pcf.gz:${PORTSDIR}/chinese/cmexfonts PLIST= ${MASTERDIR}/pkg-plist131 .elif ${PORTVERSION} == 1.0 LANGS= de es fr it ja ko nl pt zh zh_TW -RUN_DEPENDS+= ${LINUXBASE}/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale -RUN_DEPENDS+= ${LINUXBASE}/usr/share/locale/ko/LC_COLLATE:${PORTSDIR}/korean/linux_locale -RUN_DEPENDS+= ${LINUXBASE}/usr/share/locale/zh_TW.Big5/LC_COLLATE:${PORTSDIR}/chinese/linux_locale #RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/cmex16m.pcf.gz:${PORTSDIR}/chinese/cmexfonts PLIST= ${MASTERDIR}/pkg-plist10 .elif defined(INTERNATIONAL_PRODUCTS) || ${PORTVERSION} == 2.1 LANGS= de es fr it ja ko nl pt zh zh_TW -RUN_DEPENDS+= ${LINUXBASE}/usr/share/locale/ja_JP/LC_COLLATE:${PORTSDIR}/japanese/linux_locale -RUN_DEPENDS+= ${LINUXBASE}/usr/share/locale/ko/LC_COLLATE:${PORTSDIR}/korean/linux_locale -RUN_DEPENDS+= ${LINUXBASE}/usr/share/locale/zh_TW.Big5/LC_COLLATE:${PORTSDIR}/chinese/linux_locale #RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/cmex16m.pcf.gz:${PORTSDIR}/chinese/cmexfonts PLIST= ${MASTERDIR}/pkg-plist21 .endif |