diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-01-22 01:23:02 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-01-22 01:23:02 (GMT) |
commit | 1b016c9300dec8104fe735bec6b243a406a68129 (patch) | |
tree | 38500d8d6f870eeeb1314d90beef7b45447f3646 | |
parent | 294780e43ae2daabdef480a00dab66385145c85e (diff) | |
download | mxe-1b016c9300dec8104fe735bec6b243a406a68129.zip mxe-1b016c9300dec8104fe735bec6b243a406a68129.tar.gz mxe-1b016c9300dec8104fe735bec6b243a406a68129.tar.bz2 |
ignore version 2.8.2b which doesn't exist for package openscenegraph
-rw-r--r-- | src/openscenegraph.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk index 7b6b37a..e45fe8b 100644 --- a/src/openscenegraph.mk +++ b/src/openscenegraph.mk @@ -3,7 +3,7 @@ # OpenSceneGraph PKG := openscenegraph -$(PKG)_IGNORE := +$(PKG)_IGNORE := 2.8.2b $(PKG)_VERSION := 2.8.2 $(PKG)_CHECKSUM := f2f0a3285a022640345a81f536459f37f3f38d01 $(PKG)_SUBDIR := OpenSceneGraph-$($(PKG)_VERSION) |