diff options
author | tron <tron@pkgsrc.org> | 2010-09-25 09:35:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-09-25 09:35:48 +0000 |
commit | 324c663958e26cff60f47075161a0fc28653b4d4 (patch) | |
tree | 2e8fda30e6aec3c6f19d9daab4112569417c70aa | |
parent | b9ed386bfc70e907130a867ee9ccdbb0e08bf913 (diff) | |
download | pkgsrc-324c663958e26cff60f47075161a0fc28653b4d4.tar.gz |
Accept versions newer than 2009nb1 of the "tex-ltxmisc" package as well.
-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" |