summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/openvrml/openvrml-0.16.6.ebuild')
-rw-r--r--media-gfx/openvrml/openvrml-0.16.6.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/media-gfx/openvrml/openvrml-0.16.6.ebuild b/media-gfx/openvrml/openvrml-0.16.6.ebuild
index 12b2fda6a..71198cc4e 100644
--- a/media-gfx/openvrml/openvrml-0.16.6.ebuild
+++ b/media-gfx/openvrml/openvrml-0.16.6.ebuild
@@ -2,8 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit autotools
-
IUSE="imagetexture javascript nsplugin opengl truetype truetype zlib" # java
DESCRIPTION="VRML97 library"
@@ -31,13 +29,6 @@ DEPEND="${RDEPEND}
# TODO: add support for java via libmozjs (http://www.mozilla.org/js/spidermonkey/)
-src_unpack() {
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
-
pkg_setup() {
ewarn "Java is currently unsupported in this version!"
ewarn "Building openvrml with --disable-script-node-java."