mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
doxygen: build with python3, stop breaking masterdir
This commit is contained in:
parent
bf80f4fc15
commit
5dd8924d9c
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'doxygen'
|
# Template file for 'doxygen'
|
||||||
pkgname=doxygen
|
pkgname=doxygen
|
||||||
version=1.8.20
|
version=1.8.20
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="chroot-git perl python flex"
|
configure_args="-DCMAKE_BUILD_TYPE=None"
|
||||||
|
hostmakedepends="perl python3 flex"
|
||||||
checkdepends="libxml2 texlive-BibTeX"
|
checkdepends="libxml2 texlive-BibTeX"
|
||||||
short_desc="Source code documentation generator tool"
|
short_desc="Source code documentation generator tool"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue