diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-12-02 13:18:26 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-12-02 13:18:26 (GMT) |
commit | c05d030ca6415c6671b1f2f66e79b3c6f663d189 (patch) | |
tree | cf4f002ad0a40e9f6ce1ea89f1edface5bc2056e /src/sdl_mixer.mk | |
parent | 992f5ae29d6cb1832070573684dcb3369c1a4eb9 (diff) | |
download | mxe-c05d030ca6415c6671b1f2f66e79b3c6f663d189.zip mxe-c05d030ca6415c6671b1f2f66e79b3c6f663d189.tar.gz mxe-c05d030ca6415c6671b1f2f66e79b3c6f663d189.tar.bz2 |
remove IGNORE lines which are no longer needed
Diffstat (limited to 'src/sdl_mixer.mk')
-rw-r--r-- | src/sdl_mixer.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_mixer.mk b/src/sdl_mixer.mk index f429b13..a9881ee 100644 --- a/src/sdl_mixer.mk +++ b/src/sdl_mixer.mk @@ -21,7 +21,7 @@ # SDL_mixer PKG := sdl_mixer -$(PKG)_IGNORE := 1.2.9 +$(PKG)_IGNORE := $(PKG)_VERSION := 1.2.10 $(PKG)_CHECKSUM := ee644e805aca76c0ad368c3697206f7ee3266a33 $(PKG)_SUBDIR := SDL_mixer-$($(PKG)_VERSION) |