pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-polyglossia Add missing dependency on tex-ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00b217bb2384
branches:  trunk
changeset: 350531:00b217bb2384
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 29 09:33:42 2016 +0000

description:
Add missing dependency on tex-makecmds.

Found by trying to use it.

Bump PKGREVISION.

diffstat:

 print/tex-polyglossia/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 0197e2e1988b -r 00b217bb2384 print/tex-polyglossia/Makefile
--- a/print/tex-polyglossia/Makefile    Fri Jul 29 07:54:35 2016 +0000
+++ b/print/tex-polyglossia/Makefile    Fri Jul 29 09:33:42 2016 +0000
@@ -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@localhost
@@ -11,6 +12,7 @@
 
 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"



Home | Main Index | Thread Index | Old Index