pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/tex-libertine



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Dec  3 09:32:01 UTC 2019

Modified Files:
        pkgsrc/fonts/tex-libertine: Makefile

Log Message:
add missing deps in tex-libertine so it actually works


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/tex-libertine/Makefile

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

Modified files:

Index: pkgsrc/fonts/tex-libertine/Makefile
diff -u pkgsrc/fonts/tex-libertine/Makefile:1.5 pkgsrc/fonts/tex-libertine/Makefile:1.6
--- pkgsrc/fonts/tex-libertine/Makefile:1.5     Sun Aug  4 04:39:42 2019
+++ pkgsrc/fonts/tex-libertine/Makefile Tue Dec  3 09:32:01 2019
@@ -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@localhost
@@ -11,5 +12,9 @@ LICENSE=      gnu-gpl-v2 AND ofl-v1.1 AND lpp
 
 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"



Home | Main Index | Thread Index | Old Index