aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jgv
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-05-07 16:24:56 +0800
committerasami <asami@FreeBSD.org>1999-05-07 16:24:56 +0800
commitf05c1d7fbafbac45af0ff3cff0ebc100fd43f6b7 (patch)
tree0774fd2a0feabd56a3ace79ff2a7c23edf47e331 /graphics/jgv
parent3fdbf7b6ead0845492cc9e383a5176ccc7fa9eb4 (diff)
downloadfreebsd-ports-gnome-f05c1d7fbafbac45af0ff3cff0ebc100fd43f6b7.tar.gz
freebsd-ports-gnome-f05c1d7fbafbac45af0ff3cff0ebc100fd43f6b7.tar.zst
freebsd-ports-gnome-f05c1d7fbafbac45af0ff3cff0ebc100fd43f6b7.zip
libimg is called libimg, not img.
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