diff options
author | dsainty <dsainty@pkgsrc.org> | 2022-01-19 03:47:41 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2022-01-19 03:47:41 +0000 |
commit | c16c2ff7c8d7f431b536aa269f40531128c555ee (patch) | |
tree | 71b672001ce454c56926c2d6e2325f92cae916a0 | |
parent | b00d22dfa2cdb451214b081ec7228ef501073af2 (diff) | |
download | pkgsrc-c16c2ff7c8d7f431b536aa269f40531128c555ee.tar.gz |
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.
-rw-r--r-- | cross/avr-libc/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/avr-libc/options.mk b/cross/avr-libc/options.mk index 41df701c5b0..5260bdd508c 100644 --- a/cross/avr-libc/options.mk +++ b/cross/avr-libc/options.mk @@ -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+= tex-wasysym-[0-9]*:../../fonts/tex-wasysym 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 |