diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-07 16:18:27 +0000 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-07 16:18:27 +0000 |
commit | ca2c5bc302c465566e85ea2903c5d964b978c46e (patch) | |
tree | de9c4a905fae1eb8b592802d4eae8026111f15ca | |
parent | 748bcc60ecf350fe341c6317acf9920181b4edcd (diff) | |
download | FreeBSD-ports-ca2c5bc302c465566e85ea2903c5d964b978c46e.zip FreeBSD-ports-ca2c5bc302c465566e85ea2903c5d964b978c46e.tar.gz |
- it would appear as though pod2latex comes bundled with lang/perl5.8, so the textproc/p5-Pod-LaTeX dependancy can be removed
PR: ports/104986
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: maintainer timeout (5 weeks)
-rw-r--r-- | textproc/p5-TeX-Encode/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-TeX-Encode/Makefile b/textproc/p5-TeX-Encode/Makefile index 43e7e11..83dd03f 100644 --- a/textproc/p5-TeX-Encode/Makefile +++ b/textproc/p5-TeX-Encode/Makefile @@ -15,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Encode/decode Perl utf-8 strings into TeX -BUILD_DEPENDS= ${SITE_PERL}/Pod/LaTeX.pm:${PORTSDIR}/textproc/p5-Pod-LaTeX \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= TeX::Encode.3 |