diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-05 23:44:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-05 23:44:39 +0000 |
commit | c35435cf98230ea09d8ca30ed490679d6c8ab2ff (patch) | |
tree | ef7d49189661c9892c04950187f7d82cf81f6ba4 /mail/cue | |
parent | 8f6639efa48f2255bf2518452a5d33ab89b9df6f (diff) | |
download | pkgsrc-c35435cf98230ea09d8ca30ed490679d6c8ab2ff.tar.gz |
Give canna-lib (and canna-server) a nice dewey pkg-version, and fix
all depends to use it.
Diffstat (limited to 'mail/cue')
-rw-r--r-- | mail/cue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile index 0f839ccc40f..91774b1f8f1 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/04/04 16:09:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.9 2002/04/05 23:44:40 wiz Exp $ DISTNAME= cue-snap-20010917 PKGNAME= cue-20010917 @@ -25,7 +25,7 @@ CONFIGURE_ARGS+=--enable-ipv6 CONFIGURE_ARGS+=--disable-ipv6 .endif # require Canna, for now, cue assumes Japanese encoding anyways -DEPENDS+= Canna-lib>=3.5b2:../../japanese/canna-lib +DEPENDS+= Canna-lib>=3.5.2:../../japanese/canna-lib CONFIGURE_ARGS+=--with-canna=${LOCALBASE} do-install: |