diff options
author | wiz <wiz> | 2016-07-29 09:33:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-07-29 09:33:42 +0000 |
commit | 2f3c32a791f72a8d90d1addcdf07efa26b454b14 (patch) | |
tree | 01134326881b41d9c2c98d889887e5e2d1129ef1 /print | |
parent | 97a4d1623d839db25222528062a62ae52c6e8437 (diff) | |
download | pkgsrc-2f3c32a791f72a8d90d1addcdf07efa26b454b14.tar.gz |
Add missing dependency on tex-makecmds.
Found by trying to use it.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-polyglossia/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/tex-polyglossia/Makefile b/print/tex-polyglossia/Makefile index bcbff2ba8b1..019e2d5ecba 100644 --- a/print/tex-polyglossia/Makefile +++ b/print/tex-polyglossia/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2016/06/16 04:06:14 markd Exp $ +# $NetBSD: Makefile,v 1.3 2016/07/29 09:33:42 wiz Exp $ DISTNAME= polyglossia PKGNAME= tex-${DISTNAME}-1.42.4 +PKGREVISION= 1 TEXLIVE_REV= 40138 MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,6 +12,7 @@ LICENSE= lppl-1.3c DEPENDS+= tex-etoolbox>=2.1d:../../devel/tex-etoolbox DEPENDS+= tex-fontspec>=2.4c:../../fonts/tex-fontspec +DEPENDS+= tex-makecmds-[0-9]*:../../print/tex-makecmds DEPENDS+= xetex>=0.9995.3nb1:../../print/xetex .include "../../print/texlive/package.mk" |