summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-10-19 00:20:18 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-10-19 00:20:18 (GMT)
commitdcf8e8e7020ac0c1a933594fecfc325e94643004 (patch)
treea000786a50e93a6eb1717326fa248b1602ac0bda /src/openscenegraph.mk
parent614dad4e29f63c49193ab1043f313f18035c905a (diff)
downloadmxe-dcf8e8e7020ac0c1a933594fecfc325e94643004.zip
mxe-dcf8e8e7020ac0c1a933594fecfc325e94643004.tar.gz
mxe-dcf8e8e7020ac0c1a933594fecfc325e94643004.tar.bz2
package openscenegraph: add missing qt dependency
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r--src/openscenegraph.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index e75489b..e99c003 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -11,7 +11,7 @@ $(PKG)_FILE := OpenSceneGraph-$($(PKG)_VERSION).zip
$(PKG)_WEBSITE := http://www.openscenegraph.org/
$(PKG)_URL := http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$($(PKG)_VERSION)/source/$($(PKG)_FILE)
$(PKG)_URL_2 := http://distfiles.macports.org/OpenSceneGraph/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib dcmtk
+$(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib dcmtk qt
define $(PKG)_UPDATE
wget -q -O- 'http://www.openscenegraph.org/projects/osg/browser/OpenSceneGraph/tags?order=date&desc=1' | \