5534357ee5
Update to hyperref fixing issues as reported on GitHub recent ChangeLog entries: 2018-11-30 6.88e Ulrike Fischer * added ignorespaces to footnotetext to address 2018-11-27 6.88d Ulrike Fischer * removed wrong producer warning for xetex and (x)dvipdfm(x) 2018-11-22 6.88c Ulrike Fischer * Added support for pdflinkmargin for xetex 2018-11-17 6.88b David Carlisle * Ensure Producer field in PDF shows LuaTeX version with two digits
19 lines
611 B
Makefile
19 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.18 2019/01/28 08:41:14 markd Exp $
|
|
|
|
DISTNAME= hyperref
|
|
PKGNAME= tex-${DISTNAME}-6.88e
|
|
TEXLIVE_REV= 49299
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/hyperref
|
|
COMMENT= Extensive support for hypertext in LaTeX
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-graphics>=1.0onb1:../../print/tex-graphics
|
|
DEPENDS+= tex-ifxetex>=0.6:../../print/tex-ifxetex
|
|
DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin
|
|
DEPENDS+= tex-oberdiek>=2009nb1:../../print/tex-oberdiek
|
|
DEPENDS+= tex-url>=3.2:../../print/tex-url
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|