pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-polyglossia



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 29 09:33:42 UTC 2016

Modified Files:
        pkgsrc/print/tex-polyglossia: Makefile

Log Message:
Add missing dependency on tex-makecmds.

Found by trying to use it.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-polyglossia/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-polyglossia/Makefile
diff -u pkgsrc/print/tex-polyglossia/Makefile:1.2 pkgsrc/print/tex-polyglossia/Makefile:1.3
--- pkgsrc/print/tex-polyglossia/Makefile:1.2   Thu Jun 16 04:06:14 2016
+++ pkgsrc/print/tex-polyglossia/Makefile       Fri Jul 29 09:33:42 2016
@@ -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 @@ 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"



Home | Main Index | Thread Index | Old Index