diff options
| author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
|---|---|---|
| committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
| commit | 274e5c4ab31b88a1fa53ad091387d0b2617b304b (patch) | |
| tree | aea7d25189b8bbdecadff8ff6a90673a1401dcb0 /textproc | |
| parent | Really update the distfile. (diff) | |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Notes
Notes:
svn path=/head/; revision=178677
Diffstat (limited to 'textproc')
| -rw-r--r-- | textproc/info_to_html/Makefile | 2 | ||||
| -rw-r--r-- | textproc/p5-Lingua-EN-NamedEntity/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/info_to_html/Makefile b/textproc/info_to_html/Makefile index cf34fe83c934..536a91236c81 100644 --- a/textproc/info_to_html/Makefile +++ b/textproc/info_to_html/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.mons.net/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Translate GNU info files into HTML pages -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +RUN_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib PLIST_FILES= bin/info_to_html USE_PERL5= yes diff --git a/textproc/p5-Lingua-EN-NamedEntity/Makefile b/textproc/p5-Lingua-EN-NamedEntity/Makefile index 5f7aea3adc42..b4cc960817c2 100644 --- a/textproc/p5-Lingua-EN-NamedEntity/Makefile +++ b/textproc/p5-Lingua-EN-NamedEntity/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= Basic Named Entity Extraction algorithm -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ +BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/Lingua/Stem/En.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \ ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} |
