aboutsummaryrefslogtreecommitdiff
path: root/japanese/libimg
diff options
context:
space:
mode:
authorKiriyama Kazuhiko <kiri@FreeBSD.org>2003-05-08 04:51:04 +0000
committerKiriyama Kazuhiko <kiri@FreeBSD.org>2003-05-08 04:51:04 +0000
commit34a4aab5146749c0da704057af5c93bbb8fa1b56 (patch)
treec0ec928d2936c37ed2c58a321a6fca1eec31df9f /japanese/libimg
parent728b2e811b555f290e906abb115a665dbe25b315 (diff)
downloadports-34a4aab5146749c0da704057af5c93bbb8fa1b56.tar.gz
ports-34a4aab5146749c0da704057af5c93bbb8fa1b56.zip
PREFIX to LOCALBASE in _DEPENDS and remove duplicate
category. PR: 49001 Submitted by: Dan Langille<dan@bast.unixathome.org>
Notes
Notes: svn path=/head/; revision=80415
Diffstat (limited to 'japanese/libimg')
-rw-r--r--japanese/libimg/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/libimg/Makefile b/japanese/libimg/Makefile
index 401cf6d4b33e..19db7afcfc89 100644
--- a/japanese/libimg/Makefile
+++ b/japanese/libimg/Makefile
@@ -7,16 +7,16 @@
PORTNAME= libimg
PORTVERSION= 1.2b2
-CATEGORIES= japanese graphics tk80 japanese
+CATEGORIES= japanese graphics tk80
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/packages-8.0/graphics/Img/1.2/ \
http://www.aaa-int.or.jp/~jfactory/TkStep/dist/
DISTNAME= img${PORTVERSION}
-MAINTAINER= kiri@pis.toba-cmt.ac.jp
-COMMENT= Enhanced Tk, adding support for many other Image formats:BMP,XBM,XPM,...
+MAINTAINER= kiri@FreeBSD.org
+COMMENT= Enhanced Tk adding support for many other Image formats
-BUILD_DEPENDS= ${PREFIX}/lib/tcl8.0jp/tclIndex:${PORTSDIR}/japanese/tcl80 \
- ${PREFIX}/lib/tk8.0jp/tk.tcl:${PORTSDIR}/japanese/tk80
+BUILD_DEPENDS= ${LOCALBASE}/lib/tcl8.0jp/tclIndex:${PORTSDIR}/japanese/tcl80 \
+ ${LOCALBASE}/lib/tk8.0jp/tk.tcl:${PORTSDIR}/japanese/tk80
USE_AUTOCONF= yes
HAS_CONFIGURE= yes