pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-microtype



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Thu Dec 26 18:17:15 UTC 2024

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

Log Message:
print/tex-microtype: Add missing dependency on tex-etoolbox.

PKGREVISION++


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/tex-microtype/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-microtype/Makefile
diff -u pkgsrc/print/tex-microtype/Makefile:1.17 pkgsrc/print/tex-microtype/Makefile:1.18
--- pkgsrc/print/tex-microtype/Makefile:1.17    Sat Apr  8 10:50:06 2023
+++ pkgsrc/print/tex-microtype/Makefile Thu Dec 26 18:17:15 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2023/04/08 10:50:06 markd Exp $
+# $NetBSD: Makefile,v 1.18 2024/12/26 18:17:15 riastradh Exp $
 
 DISTNAME=      microtype
 PKGNAME=       tex-${DISTNAME}-3.1a
+PKGREVISION=   1
 TEXLIVE_REV=   66587
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -9,6 +10,7 @@ HOMEPAGE=      https://ctan.org/pkg/microtype
 COMMENT=       Subliminal refinements towards typographical perfection
 LICENSE=       lppl-1.3c
 
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
 DEPENDS+=      tex-graphics-[0-9]*:../../print/tex-graphics
 DEPENDS+=      tex-pdftex>=1.30:../../print/tex-pdftex
 



Home | Main Index | Thread Index | Old Index