diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:39:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:39:18 +0000 |
commit | b71aa864eb2e4fd238c40723e82d8c70e476cb50 (patch) | |
tree | 1aeb0e8b0bf6f18fb1f4306d17b7f145119f80bc /archivers/deepforest | |
parent | 85aba5b3a80ca38253a4c940362d703b01f7c15e (diff) | |
download | ports-b71aa864eb2e4fd238c40723e82d8c70e476cb50.tar.gz ports-b71aa864eb2e4fd238c40723e82d8c70e476cb50.zip |
Notes
Diffstat (limited to 'archivers/deepforest')
-rw-r--r-- | archivers/deepforest/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |