summaryrefslogtreecommitdiff
path: root/x11-fm/binder
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-14 00:39:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-14 00:39:18 +0000
commitb71aa864eb2e4fd238c40723e82d8c70e476cb50 (patch)
tree1aeb0e8b0bf6f18fb1f4306d17b7f145119f80bc /x11-fm/binder
parentChange explicit RUN_DEPENDS to python1.5 to USE_PYTHON. (diff)
Fix up dependencies to libimg -- the English version should be a
LIB_DEPENDS on img.1, and the Japanese version should RUN_DEPENDS on ${LOCALBASE}/lib/Img1.2/libimg12.so.1 (since it doesn't install anything in ${LOCALBASE}/lib). Submitted by: bento
Notes
Notes: svn path=/head/; revision=35113
Diffstat (limited to 'x11-fm/binder')
-rw-r--r--x11-fm/binder/Makefile4
1 files changed, 2 insertions, 2 deletions
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