pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/web2c



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Mar 24 20:42:23 UTC 2020

Modified Files:
        pkgsrc/print/web2c: Makefile

Log Message:
Ensure header is build first, not everything using it is part of the
library.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/print/web2c/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/web2c/Makefile
diff -u pkgsrc/print/web2c/Makefile:1.94 pkgsrc/print/web2c/Makefile:1.95
--- pkgsrc/print/web2c/Makefile:1.94    Wed Mar  4 22:07:28 2020
+++ pkgsrc/print/web2c/Makefile Tue Mar 24 20:42:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2020/03/04 22:07:28 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2020/03/24 20:42:23 joerg Exp $
 
 PKGREVISION= 5
 .include "../../print/texlive/Makefile.common"
@@ -19,6 +19,9 @@ USE_TOOLS+=           gmake lex yacc
 GNU_CONFIGURE_STRICT=  no # texk/web2c/web2c doesn't know the options
 PKGCONFIG_OVERRIDE=    synctexdir/synctex.pc.in
 
+# broken dependencies
+BUILD_TARGET=  mplib.h all
+
 INFO_FILES=            yes
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/texk/web2c
 



Home | Main Index | Thread Index | Old Index