ports/68302: Update port: japanese/uim (missing dependency)

Kimura Fuyuki fuyuki at hadaly.org
Fri Jun 25 05:41:27 UTC 2004


>Number:         68302
>Category:       ports
>Synopsis:       Update port: japanese/uim (missing dependency)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 25 05:40:12 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2.1-RELEASE-p8 i386

>Description:

Add a missing depencency for m17nlib.

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/japanese/uim/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	21 May 2004 13:34:37 -0000	1.19
+++ Makefile	25 Jun 2004 05:13:45 -0000
@@ -7,13 +7,15 @@
 
 PORTNAME=	uim
 PORTVERSION=	0.3.8
+PORTREVISON=	1
 CATEGORIES=	japanese x11
 MASTER_SITES=	http://freedesktop.org/Software/UimDownload/
 
 MAINTAINER=	nobutaka at FreeBSD.org
 COMMENT=	Input method library
 
-LIB_DEPENDS=	anthy.0:${PORTSDIR}/japanese/anthy
+LIB_DEPENDS=	anthy.0:${PORTSDIR}/japanese/anthy \
+		m17n.0:${PORTSDIR}/devel/m17n-lib
 
 USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list