diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-07 16:18:27 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-07 16:18:27 +0000 |
commit | cb4421b89b6ef6f8b56108d684b30a82769309d7 (patch) | |
tree | 45c3395544d6454f12485d045326f9383e7115bf /textproc/p5-TeX-Encode | |
parent | a95e1d7d272b901765a112bdcb951685ce46daa7 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=179125
Diffstat (limited to 'textproc/p5-TeX-Encode')
-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 43e7e1135c6c..83dd03fab6f6 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 |