summaryrefslogtreecommitdiff
path: root/graphics/jgv
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-07 08:24:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-07 08:24:56 +0000
commit93e073103321a76dc83f0f4599f6e7791a6d829a (patch)
tree0902b534414865cc603e1e47e12a05bff2027713 /graphics/jgv
parentAdd molden and platon (diff)
libimg is called libimg, not img.
Notes
Notes: svn path=/head/; revision=18590
Diffstat (limited to 'graphics/jgv')
-rw-r--r--graphics/jgv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jgv/Makefile b/graphics/jgv/Makefile
index 8743d6de960e..3c01dd82f2d8 100644
--- a/graphics/jgv/Makefile
+++ b/graphics/jgv/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 March 1999
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/05/06 13:57:55 taoka Exp $
#
DISTNAME= JGV-0.2a
@@ -31,11 +31,11 @@ LANGUAGE?=
.if (${LANGUAGE} == "Japanese")
LANGPREFIX= ja-
CATEGORY_LIST= graphics windowmaker tkstep80 japanese
-RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/img \
+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/img \
+RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/graphics/libimg \
${LOCALBASE}/share/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
.endif