diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:46:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:46:25 +0000 |
commit | f5bc8a65adc4a888b1ab59e2b1e347be46ca9c81 (patch) | |
tree | 894a68103397abb5d9951097554bdc1ab680a47a /graphics/jgv | |
parent | 878c2609c8aae8ccec2a1de88997682137ce645e (diff) | |
download | ports-f5bc8a65adc4a888b1ab59e2b1e347be46ca9c81.tar.gz ports-f5bc8a65adc4a888b1ab59e2b1e347be46ca9c81.zip |
Notes
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 12dede92b5da..cb536f075a27 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: |