pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/avr-libc



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Sep 26 14:33:52 UTC 2019

Modified Files:
        pkgsrc/cross/avr-libc: Makefile

Log Message:
Add BUILD_DEPENDS+= tex stuff, but still has problem


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/cross/avr-libc/Makefile

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

Modified files:

Index: pkgsrc/cross/avr-libc/Makefile
diff -u pkgsrc/cross/avr-libc/Makefile:1.50 pkgsrc/cross/avr-libc/Makefile:1.51
--- pkgsrc/cross/avr-libc/Makefile:1.50 Sun Aug 11 13:18:17 2019
+++ pkgsrc/cross/avr-libc/Makefile      Thu Sep 26 14:33:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2019/08/11 13:18:17 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2019/09/26 14:33:52 mef Exp $
 
 DISTNAME=              avr-libc-2.0.0
 PKGREVISION=           2
@@ -22,6 +22,10 @@ CONFIGURE_ARGS+=     CC=${PREFIX}/bin/avr-gc
 CONFIGURE_ARGS+=       CPPFLAGS="-I${PREFIX}/include -I${PREFIX}/avr/include"
 
 BUILD_DEPENDS+=                doxygen>=1.8.12:../../devel/doxygen
+BUILD_DEPENDS+=                tex-hanging-[0-9]*:../../print/tex-hanging
+BUILD_DEPENDS+=                tex-stackengine-[0-9]*:../../print/tex-stackengine
+BUILD_DEPENDS+=                tex-newunicodechar-[0-9]*:../../print/tex-newunicodechar
+BUILD_DEPENDS+=                tex-etoc-[0-9]*:../../print/tex-etoc
 
 #   In doc/examples/demo directory, we have sample Makefile both for
 #   generating *.hex file at pkg installation time, and for installing



Home | Main Index | Thread Index | Old Index