summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-10-16 03:39:28 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-10-16 03:39:28 +0000
commit2ee7343a6d8e76f24ac87345a6500468e13dcb6d (patch)
tree480de941fc315db3b4430d1ac46f8d5bd77474fe /japanese
parentThis module allows applications to send passive checks to Nagios both (diff)
- fix breakage
Reported by: beat@ Pointyhat to: az@ Feature safe: yes
Notes
Notes: svn path=/head/; revision=305947
Diffstat (limited to 'japanese')
-rw-r--r--japanese/namazu2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile
index 2db9a5482b14..15f8bd13ee7f 100644
--- a/japanese/namazu2/Makefile
+++ b/japanese/namazu2/Makefile
@@ -22,11 +22,11 @@ RUN_DEPENDS= ja-p5-nkf>=0:${PORTSDIR}/japanese/p5-nkf
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"