diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-05-04 04:24:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-05-04 04:24:07 +0000 |
commit | ae40d5de03209a5043046b836e0333a21e0faa63 (patch) | |
tree | 20bd80461870a13b1294c2dd5f71319cbd94b4d1 /print | |
parent | 15619e75af1c6196cb231e05fec19751aba043d0 (diff) | |
download | pkgsrc-ae40d5de03209a5043046b836e0333a21e0faa63.tar.gz |
tex-hyperref: Fix tex-zapfding dependency pattern
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-hyperref/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-hyperref/Makefile b/print/tex-hyperref/Makefile index d0225f9433e..80c32ccf653 100644 --- a/print/tex-hyperref/Makefile +++ b/print/tex-hyperref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2020/05/03 11:57:31 markd Exp $ +# $NetBSD: Makefile,v 1.23 2020/05/04 04:24:07 ryoon Exp $ DISTNAME= hyperref PKGNAME= tex-${DISTNAME}-7.00d @@ -28,7 +28,7 @@ DEPENDS+= tex-refcount-[0-9]*:../../print/tex-refcount DEPENDS+= tex-rerunfilecheck-[0-9]*:../../print/tex-rerunfilecheck DEPENDS+= tex-stringenc-[0-9]*:../../print/tex-stringenc DEPENDS+= tex-url>=3.2:../../print/tex-url -DEPENDS+= tex-zapfding-[0-9]*:../../print/tex-zapfding +DEPENDS+= tex-zapfding-[0-9]*:../../fonts/tex-zapfding .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |