summaryrefslogtreecommitdiff
path: root/japanese/namazu2/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-04 05:29:01 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-04 05:29:01 +0000
commiteb72ea0971529a9faeb195bca369e29a19367a6b (patch)
tree96dd4b3dc23e946e0c56480839f14470602d3273 /japanese/namazu2/Makefile
parentUpdate to version 4.49. (diff)
Update to 2.0.2.
- Fix several small bugs. - Support Excel spreadsheets using xlHtml. (RUN_DEPENDS added) - Abolish mknmz --ole option. - Introduce mknmz --html-split option. Split a large HTML document into parts by <a name="..."> and index them respectively. Fix PLIST. (@dirrm share/namazu was missing)
Notes
Notes: svn path=/head/; revision=27316
Diffstat (limited to 'japanese/namazu2/Makefile')
-rw-r--r--japanese/namazu2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile
index dedb66c6fcac..075a34dae785 100644
--- a/japanese/namazu2/Makefile
+++ b/japanese/namazu2/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: namazu2
-# Version required: 2.0.1
+# Version required: 2.0.2
# Date created: 25 February 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
-DISTNAME= namazu-2.0.1
-PKGNAME= ja-namazu2-2.0.1
+DISTNAME= namazu-2.0.2
+PKGNAME= ja-namazu2-2.0.2
CATEGORIES= japanese textproc
MASTER_SITES= http://www.namazu.org/stable/
@@ -19,7 +19,8 @@ BUILD_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \
${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf
RUN_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \
${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi \
- ${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf
+ ${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf \
+ xlHtml:${PORTSDIR}/textproc/xlhtml
PM_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}