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:           Fri Dec 31 06:18:03 UTC 2021

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

Log Message:
(cross/avr-libc) Add missing BUILD_DEPENDS (alhpaalpha.sty)


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 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.58 pkgsrc/cross/avr-libc/Makefile:1.59
--- pkgsrc/cross/avr-libc/Makefile:1.58 Wed Sep  8 12:20:35 2021
+++ pkgsrc/cross/avr-libc/Makefile      Fri Dec 31 06:18:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2021/09/08 12:20:35 micha Exp $
+# $NetBSD: Makefile,v 1.59 2021/12/31 06:18:03 mef Exp $
 
 DISTNAME=              avr-libc-2.0.0
 PKGREVISION=           6
@@ -11,6 +11,8 @@ HOMEPAGE=             https://savannah.nongnu.org/p
 COMMENT=               C and math library for Atmel AVR 8-bit microcontrollers
 LICENSE=               modified-bsd
 
+BUILD_DEPENDS+=                tex-alphalph-[0-9]*:../../print/tex-alphalph
+
 USE_TOOLS+=            gmake perl
 GNU_CONFIGURE=         yes
 USE_GNU_CONFIGURE_HOST=        no



Home | Main Index | Thread Index | Old Index