pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/avr-libc Remove the global BUILD_DEPENDS on tex-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5b6e85db829
branches:  trunk
changeset: 372070:a5b6e85db829
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Wed Jan 19 03:50:32 2022 +0000

description:
Remove the global BUILD_DEPENDS on tex-alphalph as it's option-specific and
so should go with all the other related BUILD_DEPENDS in options.mk.

diffstat:

 cross/avr-libc/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 1bdd5af946d4 -r a5b6e85db829 cross/avr-libc/Makefile
--- a/cross/avr-libc/Makefile   Wed Jan 19 03:47:41 2022 +0000
+++ b/cross/avr-libc/Makefile   Wed Jan 19 03:50:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2021/12/31 06:18:03 mef Exp $
+# $NetBSD: Makefile,v 1.60 2022/01/19 03:50:32 dsainty Exp $
 
 DISTNAME=              avr-libc-2.0.0
 PKGREVISION=           6
@@ -11,8 +11,6 @@
 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