svn commit: r301067 - head/irc/keitairc

Andrej Zverev az at FreeBSD.org
Wed Jul 18 07:02:53 UTC 2012


Author: az
Date: Wed Jul 18 07:02:53 2012
New Revision: 301067
URL: http://svn.freebsd.org/changeset/ports/301067

Log:
  - Fix package name detection

Modified:
  head/irc/keitairc/Makefile

Modified: head/irc/keitairc/Makefile
==============================================================================
--- head/irc/keitairc/Makefile	Wed Jul 18 07:01:44 2012	(r301066)
+++ head/irc/keitairc/Makefile	Wed Jul 18 07:02:53 2012	(r301067)
@@ -17,7 +17,7 @@ EXTRACT_SUFX=	#empty
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	IRC proxy for mobilephone that have a web interface
 
-RUN_DEPENDS=	p5-Unicode-Japanese>=0:${PORTSDIR}/japanese/p5-Unicode-Japanese \
+RUN_DEPENDS=	ja-p5-Unicode-Japanese>=0:${PORTSDIR}/japanese/p5-Unicode-Japanese \
 		p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \
 		p5-POE-Component-Pluggable>=0:${PORTSDIR}/devel/p5-POE-Component-Pluggable \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \



More information about the svn-ports-all mailing list