diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-19 09:19:55 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-19 09:19:55 +0000 |
commit | 0437e6c8bee9788b9dff0ba2fed23cd24349db65 (patch) | |
tree | 103845267823ad2e9b362183f9aff8d9596fca12 | |
parent | 270c0072d49b332eefed1c792dcdbbfc963c7535 (diff) |
Notes
-rw-r--r-- | archivers/deepforest/Makefile | 4 | ||||
-rw-r--r-- | editors/muggy/Makefile | 4 | ||||
-rw-r--r-- | graphics/jgv/Makefile | 4 | ||||
-rw-r--r-- | misc/seizedesktop/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/binder/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile index eee7ae424d4a..becdedb243c7 100644 --- a/archivers/deepforest/Makefile +++ b/archivers/deepforest/Makefile @@ -36,8 +36,8 @@ PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps LANGUAGE?= .if (${LANGUAGE} == "Japanese") CATEGORY_LIST= japanese windowmaker tkstep80 -RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 \ - ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg +RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 +IGNORE= unsupported: ja-libimg no longer avalaible .else CATEGORY_LIST= archivers windowmaker tkstep80 RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 diff --git a/editors/muggy/Makefile b/editors/muggy/Makefile index b9358250711b..206a8a2358f4 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 diff --git a/graphics/jgv/Makefile b/graphics/jgv/Makefile index ac4be3a3a558..07aaaf3b3ebb 100644 --- a/graphics/jgv/Makefile +++ b/graphics/jgv/Makefile @@ -36,8 +36,8 @@ PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps LANGUAGE?= .if (${LANGUAGE} == "Japanese") CATEGORY_LIST= graphics windowmaker tkstep80 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 CATEGORY_LIST= graphics windowmaker tkstep80 LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg diff --git a/misc/seizedesktop/Makefile b/misc/seizedesktop/Makefile index 4dbb2bf08e32..ce3a753740c9 100644 --- a/misc/seizedesktop/Makefile +++ b/misc/seizedesktop/Makefile @@ -33,8 +33,8 @@ SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD='${REINPLACE_CMD}' \ TKSTEPVERSION= 8.0 LANGUAGE?= .if (${LANGUAGE} == "Japanese") -RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 \ - ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg +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 diff --git a/x11-fm/binder/Makefile b/x11-fm/binder/Makefile index bbc6b611dbed..7675b361bc8e 100644 --- a/x11-fm/binder/Makefile +++ b/x11-fm/binder/Makefile @@ -36,8 +36,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 \ - ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg +RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 +IGNORE= unsupported: ja-libimg no longer available .else CATEGORY_LIST= x11-fm windowmaker tkstep80 RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 |