aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-LaTeX-Driver/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-23 07:28:11 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-23 07:28:11 +0000
commit9f86f5c17c1cbc72cd8d4615238673bd7d7b4077 (patch)
tree4200dd669d5d132d4847a24b49eeda8ec1a24a92 /textproc/p5-LaTeX-Driver/Makefile
parentb25f9696279877c952cf3ca1449a028bcd2cc571 (diff)
downloadports-9f86f5c17c1cbc72cd8d4615238673bd7d7b4077.tar.gz
ports-9f86f5c17c1cbc72cd8d4615238673bd7d7b4077.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248395
Diffstat (limited to 'textproc/p5-LaTeX-Driver/Makefile')
-rw-r--r--textproc/p5-LaTeX-Driver/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/p5-LaTeX-Driver/Makefile b/textproc/p5-LaTeX-Driver/Makefile
index 2826190d00d9..875395a49bbe 100644
--- a/textproc/p5-LaTeX-Driver/Makefile
+++ b/textproc/p5-LaTeX-Driver/Makefile
@@ -7,7 +7,7 @@
PORTNAME= LaTeX-Driver
PORTVERSION= 0.08
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,8 +17,6 @@ COMMENT= Perl module of LaTeX Driver
BUILD_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX-base \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
- p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
- p5-IO>=0:${PORTSDIR}/devel/p5-IO \
p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS= ${BUILD_DEPENDS}