diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-22 22:55:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-22 22:55:14 +0000 |
commit | 55dbc08d6a035f66c73820d2d404d0fe88895028 (patch) | |
tree | 412467f969b2d0139de90c21a0b5fd277110e692 | |
parent | 6ea487b81be1a8e214f4e66a68cac2c19a5c7caa (diff) | |
download | pkgsrc-55dbc08d6a035f66c73820d2d404d0fe88895028.tar.gz |
Let tex-passivetex depend on tex-url instead of tex-ltxmisc, because
url.sty is no longer included in tex-ltxmisc.
-rw-r--r-- | print/tex-passivetex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-passivetex/Makefile b/print/tex-passivetex/Makefile index 46936e1f78b..eb76e38906c 100644 --- a/print/tex-passivetex/Makefile +++ b/print/tex-passivetex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2010/05/17 07:48:26 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2011/01/22 22:55:14 minskim Exp $ DISTNAME= passivetex PKGNAME= tex-${DISTNAME}-1.25 +PKGREVISION= 1 TEXLIVE_REV= 15878 MAINTAINER= minskim@NetBSD.org @@ -13,12 +14,12 @@ DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex -DEPENDS+= tex-ltxmisc-[0-9]*:../../print/tex-ltxmisc DEPENDS+= tex-marvosym-[0-9]*:../../fonts/tex-marvosym DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss DEPENDS+= tex-rotating-[0-9]*:../../print/tex-rotating DEPENDS+= tex-tipa-[0-9]*:../../fonts/tex-tipa DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= tex-url>=3.2:../../print/tex-url DEPENDS+= tex-xmltex-[0-9]*:../../textproc/tex-xmltex .include "../../print/texlive/package.mk" |