From 8b5280375a303c7c0ab044bc73896021ca7f7132 Mon Sep 17 00:00:00 2001 From: vs Date: Wed, 19 Oct 2005 09:19:55 +0000 Subject: Band aid to fix INDEX-builds after retirement of japanese/libimg Pointy hat with bells on top: me --- editors/muggy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/muggy') diff --git a/editors/muggy/Makefile b/editors/muggy/Makefile index b935825..206a8a2 100644 --- a/editors/muggy/Makefile +++ b/editors/muggy/Makefile @@ -35,8 +35,8 @@ TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps LANGUAGE?= .if (${LANGUAGE} == "Japanese") -RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg \ - ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 +RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 +IGNORE= unsupported: ja-libimg no longer available .else RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg -- cgit v1.1