diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 14:18:08 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 14:18:08 +0800 |
commit | 29d71de0b63c6dda3723b8f293e5c06da3aefb2a (patch) | |
tree | be928ab3caee0a83e44a28f35aca611d067079a3 /print/latexdiff | |
parent | e502c0d0a339e4d2d61025d33a1ad01472fdf2fa (diff) | |
download | freebsd-ports-gnome-29d71de0b63c6dda3723b8f293e5c06da3aefb2a.tar.gz freebsd-ports-gnome-29d71de0b63c6dda3723b8f293e5c06da3aefb2a.tar.zst freebsd-ports-gnome-29d71de0b63c6dda3723b8f293e5c06da3aefb2a.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).
Approved by: portmgr (itetcu)
Diffstat (limited to 'print/latexdiff')
-rw-r--r-- | print/latexdiff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/latexdiff/Makefile b/print/latexdiff/Makefile index 4446bb0035c6..08f47fe091eb 100644 --- a/print/latexdiff/Makefile +++ b/print/latexdiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= latexdiff PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print perl5 MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support @@ -16,8 +16,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= Zeliboba@mail.ru COMMENT= Determine and mark up significant differences between latex files -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - bash:${PORTSDIR}/shells/bash +RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash USE_PERL5_RUN= yes USE_ZIP= yes |