diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-22 22:49:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-22 22:49:56 +0000 |
commit | 9f357688d2f089087f250d90bde8288f748a04c2 (patch) | |
tree | dd6e2d3456ab207435c69c6c0f650102d9c67689 /print | |
parent | ff04ef9b7799bd3ab986268f206bec010aff455a (diff) | |
download | pkgsrc-9f357688d2f089087f250d90bde8288f748a04c2.tar.gz |
Let tex-listings depend on tex-url instead of tex-ltxmisc, because
url.sty is no longer included in tex-ltxmisc.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-listings/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-listings/Makefile b/print/tex-listings/Makefile index 81f4ca66329..0bb0884a5ec 100644 --- a/print/tex-listings/Makefile +++ b/print/tex-listings/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2010/09/14 00:18:17 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2011/01/22 22:49:56 minskim Exp $ DISTNAME= listings PKGNAME= tex-${DISTNAME}-1.4 +PKGREVISION= 1 TEXLIVE_REV= 15878 DIST_SUBDIR= ${PKGBASE}-${TEXLIVE_REV}.2010 @@ -14,7 +15,7 @@ DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb 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-url>=3.2:../../print/tex-url .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |