From owner-svn-ports-all@FreeBSD.ORG Tue Oct 16 03:39:29 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 249EC791; Tue, 16 Oct 2012 03:39:29 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0DAE88FC0A; Tue, 16 Oct 2012 03:39:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9G3dSAG036927; Tue, 16 Oct 2012 03:39:28 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9G3dS7Y036924; Tue, 16 Oct 2012 03:39:28 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201210160339.q9G3dS7Y036924@svn.freebsd.org> From: Andrej Zverev Date: Tue, 16 Oct 2012 03:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305947 - head/japanese/namazu2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 03:39:29 -0000 Author: az Date: Tue Oct 16 03:39:28 2012 New Revision: 305947 URL: http://svn.freebsd.org/changeset/ports/305947 Log: - fix breakage Reported by: beat@ Pointyhat to: az@ Feature safe: yes Modified: head/japanese/namazu2/Makefile (contents, props changed) Modified: head/japanese/namazu2/Makefile ============================================================================== --- head/japanese/namazu2/Makefile Tue Oct 16 03:28:28 2012 (r305946) +++ head/japanese/namazu2/Makefile Tue Oct 16 03:39:28 2012 (r305947) @@ -22,11 +22,11 @@ RUN_DEPENDS= ja-p5-nkf>=0:${PORTSDIR}/ja PLIST= "@comment this plist is intentionally left empty" .if defined(WITH_CHASEN) -RUN_DEPENDS+= ${PM_BASE}/${PERL_ARCH}/Text/ChaSen.pm:${PORTSDIR}/japanese/p5-Text-ChaSen +RUN_DEPENDS+= ja-p5-Text-ChaSen>=0:${PORTSDIR}/japanese/p5-Text-ChaSen .elif defined(WITH_KAKASI) -RUN_DEPENDS+= ${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi +RUN_DEPENDS+= ja-p5-Text-Kakasi>=0:${PORTSDIR}/japanese/p5-Text-Kakasi .else -RUN_DEPENDS+= ${PM_BASE}/${PERL_ARCH}/MeCab.pm:${PORTSDIR}/japanese/p5-MeCab +RUN_DEPENDS+= ja-p5-MeCab>=0:${PORTSDIR}/japanese/p5-MeCab .endif .include "${.CURDIR}/../../databases/namazu2/Makefile.common"