e544c59b36
Changes: * Patch for longtable takes package arydshln into account. * Language definitions for \autoref are provided automatically without global or package language options if babel is loaded before. * pdfencoding=auto: Escape TeX characters in .out file after successful conversion to PDFDocEncoding (or subset). * nameref 2.40: Support of environment `description'.
18 lines
593 B
Makefile
18 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/05/19 23:38:53 minskim Exp $
|
|
|
|
DISTNAME= hyperref
|
|
PKGNAME= tex-${DISTNAME}-6.81a
|
|
TEXLIVE_REV= 18114
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Extensive support for hypertext in LaTeX
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb13
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
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/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|