diff options
author | minskim <minskim@pkgsrc.org> | 2010-09-27 15:45:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-09-27 15:45:35 +0000 |
commit | e48e6ab3f56f43f189589c6835a7bd189baf635d (patch) | |
tree | 613d413ce0c254dee92492709abb7ab7092e2f43 /print/tex-hyperref | |
parent | ac74c97c87342b68cbbb6f05cffea88291a899d0 (diff) | |
download | pkgsrc-e48e6ab3f56f43f189589c6835a7bd189baf635d.tar.gz |
Update dependencies of tex-hyperref.
Diffstat (limited to 'print/tex-hyperref')
-rw-r--r-- | print/tex-hyperref/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/tex-hyperref/Makefile b/print/tex-hyperref/Makefile index 4d735e9d820..49e070104fc 100644 --- a/print/tex-hyperref/Makefile +++ b/print/tex-hyperref/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2010/09/25 09:35:48 tron Exp $ +# $NetBSD: Makefile,v 1.8 2010/09/27 15:45:35 minskim Exp $ DISTNAME= hyperref PKGNAME= tex-${DISTNAME}-6.81p -PKGREVISION= 1 +PKGREVISION= 2 TEXLIVE_REV= 19782 MAINTAINER= minskim@NetBSD.org @@ -10,10 +10,10 @@ COMMENT= Extensive support for hypertext in LaTeX CONFLICTS+= teTeX-texmf<=3.0nb13 DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin -DEPENDS+= tex-graphics-1.0onb1:../../print/tex-graphics -DEPENDS+= tex-ifxetex-0.6:../../print/tex-ifxetex -DEPENDS+= tex-ltxmisc>=2009nb1:../../print/tex-ltxmisc -DEPENDS+= tex-oberdiek-2009nb1:../../print/tex-oberdiek +DEPENDS+= tex-graphics>=1.0onb1:../../print/tex-graphics +DEPENDS+= tex-ifxetex>=0.6:../../print/tex-ifxetex +DEPENDS+= tex-ltxmisc>=2010:../../print/tex-ltxmisc +DEPENDS+= tex-oberdiek>=2009nb1:../../print/tex-oberdiek .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |