svn commit: r305947 - head/japanese/namazu2

Andrej Zverev az at FreeBSD.org
Tue Oct 16 03:39:29 UTC 2012


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"


More information about the svn-ports-all mailing list