diff options
author | dholland <dholland@pkgsrc.org> | 2019-12-03 09:32:01 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2019-12-03 09:32:01 +0000 |
commit | ab37f1f8a942b2efd954e680f13bf351a8853d52 (patch) | |
tree | a2f3a74bb6bbf9e65ac54d0d0d13c8e48c9a27ad | |
parent | 47331f766c3f82a1281198402dddc5d9a87cd738 (diff) | |
download | pkgsrc-ab37f1f8a942b2efd954e680f13bf351a8853d52.tar.gz |
add missing deps in tex-libertine so it actually works
-rw-r--r-- | fonts/tex-libertine/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fonts/tex-libertine/Makefile b/fonts/tex-libertine/Makefile index 698020eda3d..83062681486 100644 --- a/fonts/tex-libertine/Makefile +++ b/fonts/tex-libertine/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2019/08/04 04:39:42 markd Exp $ +# $NetBSD: Makefile,v 1.6 2019/12/03 09:32:01 dholland Exp $ DISTNAME= libertine PKGNAME= tex-${DISTNAME}-5.3.0.51174 +PKGREVISION= 1 TEXLIVE_REV= 51174 MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,5 +12,9 @@ LICENSE= gnu-gpl-v2 AND ofl-v1.1 AND lppl-1.3c TEX_MAP_FILES+= libertine.map +DEPENDS+= tex-boondox-[0-9]*:../../fonts/tex-boondox +DEPENDS+= tex-fontaxes-[0-9]*:../../print/tex-fontaxes +DEPENDS+= tex-mweights-[0-9]*:../../print/tex-mweights + .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |