pkgsrc/print/tex-hyperref/Makefile
minskim f5476c6785 Update tex-hyperref and tex-hyperref-doc to 6.78r.
Changes:
    * \pdfstringdef:
      * Typo in definition of \new@ifnextchar fixed (Ulrike Fischer),
      * and \kernel@ifnextchar disabled (Dan Luecking).
    * dvipdfm(x)/xetex: This driver family does not support nested
      annotations. Therefore annotations inside annotations are
      disabled automatically.
2009-06-09 23:00:02 +00:00

18 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/06/09 23:00:02 minskim Exp $
# TeX Live Revision 12984
DISTNAME= hyperref
PKGNAME= tex-${DISTNAME}-6.78r
MAINTAINER= minskim@NetBSD.org
COMMENT= Extensive support for hypertext in LaTeX
CONFLICTS+= teTeX-texmf<=3.0nb13
DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
DEPENDS+= tex-ltxmisc-[0-9]*:../../print/tex-ltxmisc
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"