pkgsrc/print/tex-listings/Makefile
minskim 515e5d6320 Let tex-listings depend on tex-url instead of tex-ltxmisc, because
url.sty is no longer included in tex-ltxmisc.
2011-01-22 22:49:56 +00:00

21 lines
693 B
Makefile

# $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
MAINTAINER= minskim@NetBSD.org
COMMENT= Typeset source code listings using LaTeX
CONFLICTS+= teTeX-texmf<=3.0nb20
DEPENDS+= tex-algorithms-[0-9]*:../../print/tex-algorithms
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-url>=3.2:../../print/tex-url
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"