graphics/k3d: Fixed dep information

This commit is contained in:
ponce 2012-08-27 17:54:09 +02:00 committed by Erik Hanson
parent 8275ad8c70
commit 413b7bfd2c
2 changed files with 2 additions and 5 deletions

View file

@ -5,7 +5,4 @@ versatile and powerful package.
K-3D excels at polygonal modeling, and includes basic tools for NURBS,
patches, curves and animation.
This requires gtkglext, libsigc++, glibmm, cairomm, pangomm and gtkmm
(building / installing in this order should work fine)
Optional packages: graphviz, gtksourceview, libgnome and OpenCASCADE.
Optional dependencies are graphviz, gtksourceview, libgnome and OpenCASCADE.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/k3d/k3d-source-0.8.0.2.tar.bz2"
MD5SUM="9f4808b8d5e324f69b72ef1950df45d7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenCASCADE cairomm glibmm graphviz gtkglext gtkmm gtksourceview libgnome libsigc++ pangomm"
REQUIRES="gtkglext gtkmm"
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"