From 02b5a2048a7ce363642106853195ccd2ce422ba3 Mon Sep 17 00:00:00 2001 From: Yoshio MITA Date: Sat, 3 Aug 2002 14:23:31 +0000 Subject: 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 --- print/pips800/Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'print/pips800') 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 -- cgit v1.2.3