diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 01:14:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 01:14:58 +0000 |
commit | 2d9bb975a86c7f160ba878577e7f209ae759a892 (patch) | |
tree | ebbb44e08d4f49900d8a7a5014ffbaa7e0260d4f /editors/muggy | |
parent | 4a1e419caa24a05323f62cb07db9cf7f896df0dd (diff) | |
download | ports-2d9bb975a86c7f160ba878577e7f209ae759a892.tar.gz ports-2d9bb975a86c7f160ba878577e7f209ae759a892.zip |
Notes
Diffstat (limited to 'editors/muggy')
-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: |