diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-08 00:18:27 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-08 00:18:27 +0800 |
commit | ca2c5bc302c465566e85ea2903c5d964b978c46e (patch) | |
tree | de9c4a905fae1eb8b592802d4eae8026111f15ca /textproc | |
parent | 748bcc60ecf350fe341c6317acf9920181b4edcd (diff) | |
download | freebsd-ports-gnome-ca2c5bc302c465566e85ea2903c5d964b978c46e.tar.gz freebsd-ports-gnome-ca2c5bc302c465566e85ea2903c5d964b978c46e.tar.zst freebsd-ports-gnome-ca2c5bc302c465566e85ea2903c5d964b978c46e.zip |
- 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)
Diffstat (limited to 'textproc')
-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 |