aboutsummaryrefslogtreecommitdiff
path: root/japanese/bookview/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-30 14:22:06 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-30 14:22:06 +0000
commit68f627cfa4217e23ebe042b1c3c94da55c124559 (patch)
tree27a66a1f45932d2361f09f8865fd51b422ab3c16 /japanese/bookview/Makefile
parent38d73179b10dded66720fe32a58e3f711fcb4c3c (diff)
downloadports-68f627cfa4217e23ebe042b1c3c94da55c124559.tar.gz
ports-68f627cfa4217e23ebe042b1c3c94da55c124559.zip
Notes
Diffstat (limited to 'japanese/bookview/Makefile')
-rw-r--r--japanese/bookview/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/japanese/bookview/Makefile b/japanese/bookview/Makefile
index ff055a93f863..d2e80962aaeb 100644
--- a/japanese/bookview/Makefile
+++ b/japanese/bookview/Makefile
@@ -6,20 +6,18 @@
#
PORTNAME= bookview
-PORTVERSION= 3.1.1
+PORTVERSION= 3.2
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \
ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/bookview/
MAINTAINER= takamune@avrl.mei.co.jp
-COMMENT= NDTP client using Japanized Tcl/Tk
+COMMENT= NDTP client written in Tcl/Tk
-RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80
+RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= WISH=${PREFIX}/bin/wish8.0jp \
- INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- INSTALL_DATA="${INSTALL_DATA}"
+CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.4
.include <bsd.port.mk>