regression in Graphviz 7.0.2, that intentionally removed these but did not
account for the W3C specification making these attributes required when the
`href` attribute is set. #265, #2319
+- Building Graphviz from source using the Autotools build system in now possible
+ on NetBSD. #2317
## [7.0.3] – 2022-11-26
brewer_lib: $(top_srcdir)/lib/common/brewer_colors \
$(top_srcdir)/lib/common/make_brewer_lib.py
- python3 $(top_srcdir)/lib/common/make_brewer_lib.py "$<" "$@"
+ python3 $(top_srcdir)/lib/common/make_brewer_lib.py \
+ "$(top_srcdir)/lib/common/brewer_colors" "$@"
svgcolor_lib: $(top_srcdir)/lib/common/svgcolor_names \
$(top_srcdir)/lib/common/make_svgcolor_lib.py
- python3 $(top_srcdir)/lib/common/make_svgcolor_lib.py "$<" "$@"
+ python3 $(top_srcdir)/lib/common/make_svgcolor_lib.py \
+ "$(top_srcdir)/lib/common/svgcolor_names" "$@"
htmllex.o htmllex.lo: htmllex.c htmllex.h htmlparse.h
htmlparse.o htmlparse.lo: htmlparse.c htmlparse.h