diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 06:18:08 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 06:18:08 +0000 |
commit | 46dfffde804529658b0cc35829fdcb34df28570c (patch) | |
tree | a7815968ae598ec04d65774fe5ddc38240d2f93d /print/latexdiff | |
parent | c63b6cd8a66ba90c2783102a19120a34365ded15 (diff) | |
download | ports-46dfffde804529658b0cc35829fdcb34df28570c.tar.gz ports-46dfffde804529658b0cc35829fdcb34df28570c.zip |
Notes
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 |