diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 17:11:04 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 17:11:04 +0000 |
commit | 1b52682160128c612fadc6a19b0ae251c8211371 (patch) | |
tree | 6bd91fbb472f4506293dba537ca69e5622e18381 /audio | |
parent | 1de384422cc2287c002be4c3629db29b9b52271d (diff) | |
download | ports-1b52682160128c612fadc6a19b0ae251c8211371.tar.gz ports-1b52682160128c612fadc6a19b0ae251c8211371.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/julius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/julius/Makefile b/audio/julius/Makefile index e590971d521c..1eb18c59ef5b 100644 --- a/audio/julius/Makefile +++ b/audio/julius/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= julius/37582 MAINTAINER= numisemis@yahoo.com COMMENT= Large Vocabulary Continuous Speech Recognition Engine -BUILD_DEPENDS= ${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode -RUN_DEPENDS= ${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode +BUILD_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode +RUN_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode MANCOMPRESSED= no GNU_CONFIGURE= yes |