summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorwiz <wiz>2002-04-05 23:44:39 +0000
committerwiz <wiz>2002-04-05 23:44:39 +0000
commit99b1a5b8bf077d4078c3d48e7089eb99b8112435 (patch)
treeef7d49189661c9892c04950187f7d82cf81f6ba4 /japanese
parentb8e13d6ecf85f88230b69d0b807c2ab52ee380bb (diff)
downloadpkgsrc-99b1a5b8bf077d4078c3d48e7089eb99b8112435.tar.gz
Give canna-lib (and canna-server) a nice dewey pkg-version, and fix
all depends to use it.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/canna-lib/Makefile4
-rw-r--r--japanese/canna-server/Makefile6
-rw-r--r--japanese/canuum/Makefile4
-rw-r--r--japanese/kinput2/Makefile4
4 files changed, 9 insertions, 9 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile
index 3efcd3f0700..b130f8fbbd1 100644
--- a/japanese/canna-lib/Makefile
+++ b/japanese/canna-lib/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2002/04/05 12:40:00 hubertf Exp $
+# $NetBSD: Makefile,v 1.12 2002/04/05 23:44:40 wiz Exp $
#
DISTNAME= Canna35b2
-PKGNAME= Canna-lib-3.5b2
+PKGNAME= Canna-lib-3.5.2
PKGREVISION= 1
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.nec.co.jp/pub/Canna/Canna35/
diff --git a/japanese/canna-server/Makefile b/japanese/canna-server/Makefile
index c86070f7a53..d37ea10157c 100644
--- a/japanese/canna-server/Makefile
+++ b/japanese/canna-server/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2002/02/28 13:26:03 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2002/04/05 23:44:39 wiz Exp $
DISTNAME= Canna35b2
-PKGNAME= Canna-server-3.5b2
+PKGNAME= Canna-server-3.5.2
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.nec.co.jp/pub/Canna/Canna35/
@@ -14,7 +14,7 @@ MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= http://www.nec.co.jp/japanese/product/computer/soft/canna/
COMMENT= Kana-Kanji conversion system (server)
-DEPENDS+= Canna-lib-3.5b2:../../japanese/canna-lib
+DEPENDS+= Canna-lib>=3.5.2:../../japanese/canna-lib
FILESDIR= ${.CURDIR}/../../japanese/canna-lib/files
PATCHDIR= ${.CURDIR}/../../japanese/canna-lib/patches
diff --git a/japanese/canuum/Makefile b/japanese/canuum/Makefile
index 8ed13626054..ed221f7c5d6 100644
--- a/japanese/canuum/Makefile
+++ b/japanese/canuum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/04/04 16:09:54 uebayasi Exp $
+# $NetBSD: Makefile,v 1.6 2002/04/05 23:44:40 wiz Exp $
#
DISTNAME= canuum-1.0
@@ -11,7 +11,7 @@ MAINTAINER= oishi@ims.ac.jp
HOMEPAGE= http://www.nec.co.jp/japanese/product/computer/soft/canna/
COMMENT= Japanese input tty frontend for Canna using uum
-DEPENDS= Canna-lib>=3.5b2:../../japanese/canna-lib
+DEPENDS= Canna-lib>=3.5.2:../../japanese/canna-lib
MANLANG= ja
MAN1= canuum.1
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile
index 1e62f941bae..8f5835655d7 100644
--- a/japanese/kinput2/Makefile
+++ b/japanese/kinput2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 15:25:20 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2002/04/05 23:44:41 wiz Exp $
# FreeBSD Id: Makefile,v 1.4 1999/06/06 13:19:49 taoka Exp $
DISTNAME= kinput2-v3
@@ -22,7 +22,7 @@ IGNORE= ${PKGNAME} is ignored. because USE_CANNA,USE_WNN4,USE_WNN6,USE_SJ3 are "
.endif
.if !defined(USE_CANNA) || ${USE_CANNA} == YES
-DEPENDS+= Canna-lib-3.5b2:../../japanese/canna-lib
+DEPENDS+= Canna-lib>=3.5.2:../../japanese/canna-lib
KINPUT2_DEF+= -DUseCanna -Dport_CANNASRC=${LOCALBASE}/include \
-Dport_CANNALIB="${LDFLAGS} -lcanna16"
.endif