Let tex-amscls depend on tex-url instead of tex-ltxmisc, because

url.sty is no longer included in tex-ltxmisc.
This commit is contained in:
minskim 2011-01-22 22:31:54 +00:00
parent 19e1d96fc6
commit a3fb1228e6

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.5 2011/01/20 16:37:17 minskim Exp $
# $NetBSD: Makefile,v 1.6 2011/01/22 22:31:54 minskim Exp $
DISTNAME= amscls
PKGNAME= tex-${DISTNAME}-2010.20248
PKGREVISION= 1
TEXLIVE_REV= 20248
MAINTAINER= minskim@NetBSD.org
@ -11,7 +12,7 @@ CONFLICTS+= teTeX-texmf<=3.0nb18
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
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"