pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/avr-libc Synchronise some missing dependencies t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bdd5af946d4
branches:  trunk
changeset: 372069:1bdd5af946d4
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Wed Jan 19 03:47:41 2022 +0000

description:
Synchronise some missing dependencies that devel/doxygen/options.mk
knows about but are disabled by default, and are required to build
this package.

No PKGREVISION bump - if these build dependencies weren't there by chance
then avr-libc fails to build, so no effect on existing installations.

diffstat:

 cross/avr-libc/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3d815d2e4d84 -r 1bdd5af946d4 cross/avr-libc/options.mk
--- a/cross/avr-libc/options.mk Wed Jan 19 02:52:24 2022 +0000
+++ b/cross/avr-libc/options.mk Wed Jan 19 03:47:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2021/09/08 12:20:35 micha Exp $
+# $NetBSD: options.mk,v 1.8 2022/01/19 03:47:41 dsainty Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.avr-libc
 PKG_SUPPORTED_OPTIONS+=                doc
@@ -15,6 +15,7 @@
 BUILD_DEPENDS+=                netpbm-[0-9]*:../../graphics/netpbm
 BUILD_DEPENDS+=                tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf
 BUILD_DEPENDS+=                tex-adjustbox-[0-9]*:../../print/tex-adjustbox
+BUILD_DEPENDS+=                tex-alphalph-[0-9]*:../../print/tex-alphalph
 BUILD_DEPENDS+=                tex-caption-[0-9]*:../../print/tex-caption
 BUILD_DEPENDS+=                tex-collectbox-[0-9]*:../../print/tex-collectbox
 BUILD_DEPENDS+=                tex-colortbl-[0-9]*:../../print/tex-colortbl



Home | Main Index | Thread Index | Old Index