pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-jfmutil



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Feb 15 04:39:57 UTC 2021

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

Log Message:
tex-jfmutil: needs perl at runtime


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-jfmutil/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-jfmutil/Makefile
diff -u pkgsrc/print/tex-jfmutil/Makefile:1.1 pkgsrc/print/tex-jfmutil/Makefile:1.2
--- pkgsrc/print/tex-jfmutil/Makefile:1.1       Fri Feb 12 02:15:02 2021
+++ pkgsrc/print/tex-jfmutil/Makefile   Mon Feb 15 04:39:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/12 02:15:02 markd Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/15 04:39:57 markd Exp $
 
 DISTNAME=      jfmutil
 PKGNAME=       tex-${DISTNAME}-1.3.1
@@ -9,6 +9,8 @@ HOMEPAGE=       https://ctan.org/pkg/jfmutil
 COMMENT=       Utility to process pTeX-extended TFM and VF
 LICENSE=       mit
 
+USE_TOOLS+=    perl:run
+
 INSTALLATION_DIRS+=    bin
 
 REPLACE_PERL=  texmf-dist/scripts/jfmutil/jfmutil.pl



Home | Main Index | Thread Index | Old Index