diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 00:46:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 00:46:25 +0000 |
commit | f21f1d4876d574a45f028bc1b93b133f52d09617 (patch) | |
tree | 8300f755e38025a0965ef1dc20722a88c51c96a6 /graphics/jgv | |
parent | 07fca4e5819167da28e7534afc9d0c962b46e64e (diff) | |
download | FreeBSD-ports-f21f1d4876d574a45f028bc1b93b133f52d09617.zip FreeBSD-ports-f21f1d4876d574a45f028bc1b93b133f52d09617.tar.gz |
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 'graphics/jgv')
-rw-r--r-- | graphics/jgv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/jgv/Makefile b/graphics/jgv/Makefile index 12dede9..cb536f0 100644 --- a/graphics/jgv/Makefile +++ b/graphics/jgv/Makefile @@ -14,6 +14,7 @@ DISTNAME= JGV-${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 @@ -34,8 +35,8 @@ RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 .else CATEGORY_LIST= graphics windowmaker tkstep80 -RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/graphics/libimg \ - ${LOCALBASE}/share/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 +LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg +RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 .endif do-install: |