diff options
author | mita <mita@FreeBSD.org> | 2002-08-03 14:23:31 +0000 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2002-08-03 14:23:31 +0000 |
commit | adc9c587c965c91715555c7d6afefc8cc4bdcc7e (patch) | |
tree | 46676d46b2d1e15246f614d05584b8e135bbb66f /print/pips800 | |
parent | 2d7fe4d8d7fe3e9417b6ff4ae220951d2e9646e7 (diff) | |
download | FreeBSD-ports-adc9c587c965c91715555c7d6afefc8cc4bdcc7e.zip FreeBSD-ports-adc9c587c965c91715555c7d6afefc8cc4bdcc7e.tar.gz |
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
Diffstat (limited to 'print/pips800')
-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 1fd257f..980695d 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 |