pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/texlive-collection-fontutils



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun May 10 11:32:14 UTC 2020

Modified Files:
        pkgsrc/meta-pkgs/texlive-collection-fontutils: Makefile

Log Message:
fix ps2eps dependency


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
    pkgsrc/meta-pkgs/texlive-collection-fontutils/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/texlive-collection-fontutils/Makefile
diff -u pkgsrc/meta-pkgs/texlive-collection-fontutils/Makefile:1.11 pkgsrc/meta-pkgs/texlive-collection-fontutils/Makefile:1.12
--- pkgsrc/meta-pkgs/texlive-collection-fontutils/Makefile:1.11 Sun May 10 04:13:24 2020
+++ pkgsrc/meta-pkgs/texlive-collection-fontutils/Makefile      Sun May 10 11:32:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/05/10 04:13:24 markd Exp $
+# $NetBSD: Makefile,v 1.12 2020/05/10 11:32:14 tnn Exp $
 
 DISTNAME=      collection-fontutils
 PKGNAME=       texlive-${DISTNAME}-2020
@@ -20,7 +20,7 @@ DEPENDS+=     tex-epstopdf-[0-9]*:../../grap
 DEPENDS+=      lcdftypetools-[0-9]*:../../fonts/lcdftypetools
 # metatype1 is empty
 DEPENDS+=      ps2pkm-[0-9]*:../../fonts/ps2pkm
-DEPENDS+=      tex-ps2eps-[0-9]*:../../graphics/tex-ps2eps
+DEPENDS+=      ps2eps-[0-9]*:../../graphics/ps2eps
 DEPENDS+=      psutils-[0-9]*:../../print/psutils
 DEPENDS+=      tex-dvipsconfig-[0-9]*:../../fonts/tex-dvipsconfig
 DEPENDS+=      tex-fontinst-[0-9]*:../../fonts/tex-fontinst



Home | Main Index | Thread Index | Old Index