diff options
Diffstat (limited to 'textproc/p5-Text-Language-Guess/Makefile')
-rw-r--r-- | textproc/p5-Text-Language-Guess/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-Language-Guess/Makefile b/textproc/p5-Text-Language-Guess/Makefile index b48cb045c808..b1182f666439 100644 --- a/textproc/p5-Text-Language-Guess/Makefile +++ b/textproc/p5-Text-Language-Guess/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Trained module to guess a document's language -BUILD_DEPENDS= p5-Log-Log4perl>=1.0:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-Text-ExtractWords>=0:${PORTSDIR}/textproc/p5-Text-ExtractWords \ - p5-Lingua-StopWords>=0:${PORTSDIR}/textproc/p5-Lingua-StopWords +BUILD_DEPENDS= p5-Log-Log4perl>=1.0:devel/p5-Log-Log4perl \ + p5-Text-ExtractWords>=0:textproc/p5-Text-ExtractWords \ + p5-Lingua-StopWords>=0:textproc/p5-Lingua-StopWords RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |