summaryrefslogtreecommitdiff
path: root/print/tex-tools/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2010-11-07 19:45:53 +0000
committerminskim <minskim>2010-11-07 19:45:53 +0000
commitf26076e218e0e416c812412fd4a39965405e1105 (patch)
tree5f40a831a75e5518859fa7da0d39d64ed6f3e554 /print/tex-tools/Makefile
parent03ec03bd957e7a48de81e876cf5dcdb3f266d461 (diff)
downloadpkgsrc-f26076e218e0e416c812412fd4a39965405e1105.tar.gz
Update tex-tools{,-doc} to TeX Live r20258.
- Use PDF 1.5 instead of 1.4.
Diffstat (limited to 'print/tex-tools/Makefile')
-rw-r--r--print/tex-tools/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-tools/Makefile b/print/tex-tools/Makefile
index b7051694d69..348c1848f3d 100644
--- a/print/tex-tools/Makefile
+++ b/print/tex-tools/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2010/09/19 23:20:33 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/07 19:45:53 minskim Exp $
DISTNAME= tools
-PKGNAME= tex-${DISTNAME}-2009
-TEXLIVE_REV= 19766
+PKGNAME= tex-${DISTNAME}-2010
+TEXLIVE_REV= 20258
MAINTAINER= minskim@NetBSD.org
COMMENT= The LaTeX standard tools bundle
CONFLICTS+= teTeX-texmf<=3.0nb13
-DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+= tex-graphics>=1.0onb1:../../print/tex-graphics
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"