diff --git a/main/doxygen/APKBUILD b/main/doxygen/APKBUILD index 0c0c22d9ee4..8141069e489 100644 --- a/main/doxygen/APKBUILD +++ b/main/doxygen/APKBUILD @@ -7,7 +7,7 @@ url="http://www.doxygen.org/" arch="all" license="GPL" depends="" -checkdepends="libxml2-utils texlive" +checkdepends="libxml2-utils" makedepends="flex bison coreutils perl python3 cmake" subpackages="" source="http://ftp.stack.nl/pub/users/dimitri/doxygen-$pkgver.src.tar.gz @@ -28,6 +28,8 @@ build() { check() { cd "$builddir" + # Remove test that use bibtex + rm -f ./testing/012_cite.dox make test }