aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-TeX-Encode
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-15 16:51:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-11-15 16:51:20 +0000
commite062dc3d8f95a838a708db17651075b1712fab59 (patch)
tree85044e2f90abe2937a49c0481ad8ea58e3011967 /textproc/p5-TeX-Encode
parent30e7ce895a15335cf586741dbb8134c6a9cea617 (diff)
downloadports-e062dc3d8f95a838a708db17651075b1712fab59.tar.gz
ports-e062dc3d8f95a838a708db17651075b1712fab59.zip
Notes
Diffstat (limited to 'textproc/p5-TeX-Encode')
-rw-r--r--textproc/p5-TeX-Encode/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-TeX-Encode/Makefile b/textproc/p5-TeX-Encode/Makefile
index 3f939888ed18..e849177283ca 100644
--- a/textproc/p5-TeX-Encode/Makefile
+++ b/textproc/p5-TeX-Encode/Makefile
@@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Encode/decode Perl utf-8 strings into TeX
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
-
-MAN3= TeX::Encode.3 TeX::Encode::BibTeX.3 TeX::Encode::charmap.3
+BUILD_DEPENDS= p5-HTML-Parser>=3.35:${PORTSDIR}/www/p5-HTML-Parser
+RUN_DEPENDS= p5-HTML-Parser>=3.35:${PORTSDIR}/www/p5-HTML-Parser
PERL_CONFIGURE= yes
+MAN3= TeX::Encode.3 TeX::Encode::BibTeX.3 TeX::Encode::charmap.3
+
.include <bsd.port.mk>