diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 09:14:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 09:14:58 +0800 |
commit | d92ad58b049d6581ea769459b78d8ab1d3c354aa (patch) | |
tree | 278ff1d97bfc1e157dc5608e38293bf8dde60b95 /editors | |
parent | b0dbdae1dd42f97632d04cfcb47b44a9bb185ade (diff) | |
download | freebsd-ports-gnome-d92ad58b049d6581ea769459b78d8ab1d3c354aa.tar.gz freebsd-ports-gnome-d92ad58b049d6581ea769459b78d8ab1d3c354aa.tar.zst freebsd-ports-gnome-d92ad58b049d6581ea769459b78d8ab1d3c354aa.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).
Also, fix path to tkstep.tcl.
Submitted by: bento
Diffstat (limited to 'editors')
-rw-r--r-- | editors/muggy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/muggy/Makefile b/editors/muggy/Makefile index 957a63c764bd..9f95ad41487a 100644 --- a/editors/muggy/Makefile +++ b/editors/muggy/Makefile @@ -15,6 +15,7 @@ DISTNAME= Muggy-${PORTVERSION} MAINTAINER= kiri@pis.toba-cmt.ac.jp RUN_DEPENDS= ${RUN_DEP_LIST} +LIB_DEPENDS= ${LIB_DEP_LIST} EXTRACT_ONLY= # extracted directly in install target NO_WRKSUBDIR= yes @@ -33,8 +34,8 @@ LANGUAGE?= RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg \ ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 .else -RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/graphics/libimg \ - ${LOCALBASE}/share/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 +RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 +LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg .endif do-install: |