Let tex-amsrefs 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 23:15:17 +00:00
parent 95639868ba
commit 16407e6db9

View file

@ -1,15 +1,16 @@
# $NetBSD: Makefile,v 1.3 2010/11/13 16:45:44 minskim Exp $
# $NetBSD: Makefile,v 1.4 2011/01/22 23:15:17 minskim Exp $
DISTNAME= amsrefs
PKGNAME= tex-${DISTNAME}-2.09
PKGREVISION= 1
TEXLIVE_REV= 20249
MAINTAINER= minskim@NetBSD.org
COMMENT= LaTeX-based replacement for BibTeX
CONFLICTS+= tex-ams-*
CONFLICTS+= tex-ams-[0-9]*
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
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"