Date: Fri, 14 Feb 2014 10:15:01 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344181 - head/www/p5-Amon2-Plugin-Web-MobileAgent Message-ID: <201402141015.s1EAF1At071006@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402141015.s1EAF1At071006>