pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/itex2MML



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 25 14:49:51 UTC 2023

Modified Files:
        pkgsrc/textproc/itex2MML: Makefile

Log Message:
itex2MML: use gmake to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/itex2MML/Makefile

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

Modified files:

Index: pkgsrc/textproc/itex2MML/Makefile
diff -u pkgsrc/textproc/itex2MML/Makefile:1.6 pkgsrc/textproc/itex2MML/Makefile:1.7
--- pkgsrc/textproc/itex2MML/Makefile:1.6       Wed Aug 16 20:21:15 2017
+++ pkgsrc/textproc/itex2MML/Makefile   Mon Dec 25 14:49:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/08/16 20:21:15 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/12/25 14:49:51 wiz Exp $
 
 DISTNAME=      itexToMML
 PKGNAME=       itex2MML-1.2.3
@@ -10,7 +10,7 @@ HOMEPAGE=     https://golem.ph.utexas.edu/~d
 COMMENT=       Converts itex equations to MathML
 
 USE_LANGUAGES= c c++
-USE_TOOLS+=    bison flex
+USE_TOOLS+=    bison flex gmake
 WRKSRC=                ${WRKDIR}/${DISTNAME}/itex-src
 
 DIST_SUBDIR=   ${PKGNAME_NOREV}



Home | Main Index | Thread Index | Old Index