diff options
author | minskim <minskim@pkgsrc.org> | 2010-09-29 22:21:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-09-29 22:21:07 +0000 |
commit | 72dbaa2fdf6d34c70c8f3978dcc98c331c329bd7 (patch) | |
tree | 3c2e36ef99b1fa84e0f0cfdf8c5a42f1be8c87b5 /print/tex-hyperref | |
parent | b5ed2ee7e5020c950a7478371ca514baa78930e5 (diff) | |
download | pkgsrc-72dbaa2fdf6d34c70c8f3978dcc98c331c329bd7.tar.gz |
tex-hyperref requires tex-url.
Diffstat (limited to 'print/tex-hyperref')
-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 49e070104fc..452ca4d0cf0 100644 --- a/print/tex-hyperref/Makefile +++ b/print/tex-hyperref/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2010/09/27 15:45:35 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2010/09/29 22:21:07 minskim Exp $ DISTNAME= hyperref PKGNAME= tex-${DISTNAME}-6.81p -PKGREVISION= 2 +PKGREVISION= 3 TEXLIVE_REV= 19782 MAINTAINER= minskim@NetBSD.org @@ -14,6 +14,7 @@ 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 +DEPENDS+= tex-url>=3.2:../../print/tex-url .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |