summaryrefslogtreecommitdiff
path: root/x11-libs/fltk/fltk-1.3.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/fltk/fltk-1.3.9999.ebuild')
-rw-r--r--x11-libs/fltk/fltk-1.3.9999.ebuild16
1 files changed, 4 insertions, 12 deletions
diff --git a/x11-libs/fltk/fltk-1.3.9999.ebuild b/x11-libs/fltk/fltk-1.3.9999.ebuild
index ba25ae8969..3c620a6587 100644
--- a/x11-libs/fltk/fltk-1.3.9999.ebuild
+++ b/x11-libs/fltk/fltk-1.3.9999.ebuild
@@ -15,7 +15,7 @@ ESVN_PASSWORD=""
SLOT="1"
LICENSE="FLTK LGPL-2"
KEYWORDS=""
-IUSE="cairo debug doc examples games +opengl pdf static-libs +threads +xft +xinerama"
+IUSE="cairo debug doc examples games +opengl static-libs +threads +xft +xinerama"
RDEPEND="
>=media-libs/libpng-1.2:0
@@ -31,14 +31,7 @@ RDEPEND="
xft? ( x11-libs/libXft )"
DEPEND="${RDEPEND}
x11-proto/xextproto
- doc? (
- app-doc/doxygen
- pdf? (
- dev-texlive/texlive-fontutils
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- )
- )
+ doc? ( app-doc/doxygen )
xinerama? ( x11-proto/xineramaproto )"
FLTK_INCDIR=${EPREFIX}/usr/include/fltk
@@ -102,12 +95,11 @@ src_configure() {
src_compile() {
default
+
if use doc; then
emake -C documentation html
- if use pdf; then
- emake -C documentation pdf
- fi
fi
+
if use games; then
emake -C test blocks checkers sudoku
fi