aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archivers/deepforest/Makefile4
-rw-r--r--misc/seizedesktop/Makefile4
-rw-r--r--x11-fm/binder/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile
index 082592d82a1b..c5a61420cd69 100644
--- a/archivers/deepforest/Makefile
+++ b/archivers/deepforest/Makefile
@@ -31,8 +31,8 @@ PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps
LANGUAGE?=
.if (${LANGUAGE} == "Japanese")
CATEGORY_LIST= japanese windowmaker tkstep80 japanese
-RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80
-LIB_DEP_LIST= img.1:${PORTSDIR}/japanese/libimg
+RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 \
+ ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg
.else
CATEGORY_LIST= archivers windowmaker tkstep80
RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
diff --git a/misc/seizedesktop/Makefile b/misc/seizedesktop/Makefile
index b2ff0c056fc4..6c9ebee9aef4 100644
--- a/misc/seizedesktop/Makefile
+++ b/misc/seizedesktop/Makefile
@@ -28,8 +28,8 @@ SCRIPTS_ENV= LANG=C LN=${LN} PERL=${PERL} LANGUAGE=${LANGUAGE} VERSION=${TKSTEPV
TKSTEPVERSION= 8.0
LANGUAGE?=
.if (${LANGUAGE} == "Japanese")
-RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80
-LIB_DEP_LIST= img.1:${PORTSDIR}/japanese/libimg
+RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 \
+ ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg
.else
RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg
diff --git a/x11-fm/binder/Makefile b/x11-fm/binder/Makefile
index cadbe1c541df..fe5b728621b5 100644
--- a/x11-fm/binder/Makefile
+++ b/x11-fm/binder/Makefile
@@ -31,8 +31,8 @@ PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps
LANGUAGE?=
.if (${LANGUAGE} == "Japanese")
CATEGORY_LIST= x11-fm windowmaker tkstep80 japanese
-RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80
-LIB_DEP_LIST= img.1:${PORTSDIR}/japanese/libimg
+RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 \
+ ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg
.else
CATEGORY_LIST= x11-fm windowmaker tkstep80
RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80