summaryrefslogtreecommitdiff
path: root/extra/jsoncpp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/jsoncpp/PKGBUILD')
-rw-r--r--extra/jsoncpp/PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/extra/jsoncpp/PKGBUILD b/extra/jsoncpp/PKGBUILD
index a9b60ed8..7e334031 100644
--- a/extra/jsoncpp/PKGBUILD
+++ b/extra/jsoncpp/PKGBUILD
@@ -1,7 +1,6 @@
# 486-specific
if [ "${CARCH}" = "i486" ]; then
- # no doxygen or graphviz
- makedepends=(${makedepends[@]//doxygen/})
+ # no graphviz
makedepends=(${makedepends[@]//graphviz/})
eval "$(
declare -f build | \
@@ -14,5 +13,3 @@ if [ "${CARCH}" = "i486" ]; then
'
)"
fi
-
-