diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-hyperref/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-hyperref/Makefile b/print/tex-hyperref/Makefile index e255a64a132..4d735e9d820 100644 --- a/print/tex-hyperref/Makefile +++ b/print/tex-hyperref/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2010/09/19 23:09:00 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/25 09:35:48 tron Exp $ DISTNAME= hyperref PKGNAME= tex-${DISTNAME}-6.81p +PKGREVISION= 1 TEXLIVE_REV= 19782 MAINTAINER= minskim@NetBSD.org @@ -11,7 +12,7 @@ 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-ltxmisc>=2009nb1:../../print/tex-ltxmisc DEPENDS+= tex-oberdiek-2009nb1:../../print/tex-oberdiek .include "../../print/texlive/package.mk" |