Bug 68302 - Update port: japanese/uim (missing dependency)
Summary: Update port: japanese/uim (missing dependency)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 06:40 UTC by Kimura Fuyuki
Modified: 2004-06-25 16:46 UTC (History)
0 users

See Also:


Attachments
file.diff (674 bytes, patch)
2004-06-25 06:40 UTC, Kimura Fuyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2004-06-25 06:40:12 UTC
Add a missing depencency for m17nlib.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-06-25 07:02:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka
Comment 2 Kimura Fuyuki 2004-06-25 07:29:39 UTC
Silly typo fixed.

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:32:05 -0000
@@ -7,13 +7,15 @@
 
 PORTNAME=	uim
 PORTVERSION=	0.3.8
+PORTREVISION=	1
 CATEGORIES=	japanese x11
 MASTER_SITES=	http://freedesktop.org/Software/UimDownload/
 
 MAINTAINER=	nobutaka@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
Comment 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2004-06-25 16:46:05 UTC
State Changed
From-To: open->closed

Committed, thanks!