diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 08:39:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 08:39:18 +0800 |
commit | 145b9e419e7f5cb12664b3d596a213ba7e26183f (patch) | |
tree | 21758b5aa394d5353826d3787288e7b360b8bcac /misc/seizedesktop | |
parent | 2ce8f89433499e776ec546ec96c57869b4576b0f (diff) | |
download | freebsd-ports-gnome-145b9e419e7f5cb12664b3d596a213ba7e26183f.tar.gz freebsd-ports-gnome-145b9e419e7f5cb12664b3d596a213ba7e26183f.tar.zst freebsd-ports-gnome-145b9e419e7f5cb12664b3d596a213ba7e26183f.zip |
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
Diffstat (limited to 'misc/seizedesktop')
-rw-r--r-- | misc/seizedesktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |