svn commit: r344181 - head/www/p5-Amon2-Plugin-Web-MobileAgent

Antoine Brodin antoine at FreeBSD.org
Fri Feb 14 10:15:02 UTC 2014


Author: antoine
Date: Fri Feb 14 10:15:01 2014
New Revision: 344181
URL: http://svnweb.freebsd.org/changeset/ports/344181
QAT: https://qat.redports.org/buildarchive/r344181/

Log:
  Fix DEPENDS
  
  Reported by:	pkg-fallout

Modified:
  head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile

Modified: head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile
==============================================================================
--- head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile	Fri Feb 14 10:12:51 2014	(r344180)
+++ head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile	Fri Feb 14 10:15:01 2014	(r344181)
@@ -14,7 +14,7 @@ RUN_DEPENDS=	\
 	ja-p5-Encode-JP-Mobile>=0.29:${PORTSDIR}/japanese/p5-Encode-JP-Mobile \
 	p5-HTTP-MobileAgent>0:${PORTSDIR}/www/p5-HTTP-MobileAgent \
 	p5-HTTP-MobileAgent-Plugin-Charset>0:${PORTSDIR}/www/p5-HTTP-MobileAgent-Plugin-Charset \
-	p5-Lingua-JA-Regular-Unicode>0:${PORTSDIR}/japanese/p5-Lingua-JA-Regular-Unicode
+	ja-p5-Lingua-JA-Regular-Unicode>0:${PORTSDIR}/japanese/p5-Lingua-JA-Regular-Unicode
 BUILD_DEPENDS=	${RUN_DEPENDS}
 TEST_DEPENDS=	\
 	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \


More information about the svn-ports-all mailing list