summaryrefslogtreecommitdiff
path: root/print/pips800
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2002-08-03 14:23:31 +0000
committerYoshio MITA <mita@FreeBSD.org>2002-08-03 14:23:31 +0000
commit02b5a2048a7ce363642106853195ccd2ce422ba3 (patch)
treedcbb0926585a8eaec4e47813c95aaa2c4484c14b /print/pips800
parentUse 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/pips800')
-rw-r--r--print/pips800/Makefile10
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