summaryrefslogtreecommitdiffstats
path: root/graphics-libs/poppler/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/poppler/DEPENDS')
-rwxr-xr-xgraphics-libs/poppler/DEPENDS16
1 files changed, 3 insertions, 13 deletions
diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index 97e66b4849..573086406d 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -2,7 +2,7 @@ depends -sub CXX gcc &&
depends fontconfig &&
depends poppler-data &&
-if [[ $POPPLER_VER == vcs ]]; then
+if [[ $POPPLER_BRANCH == scm ]]; then
depends git
fi &&
@@ -37,8 +37,8 @@ optional_depends gtk+2 \
"for glib wrapper" &&
optional_depends gobject-introspection \
- "--enable-introspection=yes" \
- "--enable-introspection=no" \
+ "--enable-introspection" \
+ "--disable-introspection" \
"for introspection support" &&
@@ -47,11 +47,6 @@ optional_depends -sub "TOOLS" qt4 \
"--disable-poppler-qt4" \
"for QT4 wrapper" &&
-optional_depends qt-x11 \
- "--enable-poppler-qt" \
- "--disable-poppler-qt" \
- "for QT3 wrapper" &&
-
if spell_ok cairo; then
optional_depends cairo \
"--enable-cairo-output" \
@@ -64,11 +59,6 @@ optional_depends curl \
"--disable-libcurl" \
"for libcurl based HTTP support" &&
-optional_depends abiword \
- "--enable-abiword-output" \
- "--disable-abiword-output" \
- "generate gtk-docs" &&
-
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \