aboutsummaryrefslogtreecommitdiffstats
path: root/main/doxygen/APKBUILD
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2017-12-31 22:44:54 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2018-01-02 16:45:55 +0000
commitc05f6fff907ba3a57abf1c8d80932978cc9f5a00 (patch)
tree2b001f111b18b7850cd6939134eea0a2b8890d8e /main/doxygen/APKBUILD
parent56ea9a962bce4607ad776705f0414f366902ab1e (diff)
downloadaports-c05f6fff907ba3a57abf1c8d80932978cc9f5a00.tar.bz2
aports-c05f6fff907ba3a57abf1c8d80932978cc9f5a00.tar.xz
main/doxygen: drop test that need tex
The cite test uses bibtex, drop that test as texlive is only in testing.
Diffstat (limited to 'main/doxygen/APKBUILD')
-rw-r--r--main/doxygen/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/doxygen/APKBUILD b/main/doxygen/APKBUILD
index 0c0c22d9ee..8141069e48 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
}