summaryrefslogtreecommitdiffstats
path: root/src/sfml.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-23 07:41:16 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-23 07:41:16 (GMT)
commitac7344aaef2b074ee5d58a1bbfee9c43f54b6999 (patch)
tree08519cf92ace7b4628a96024bc022842f58d6e93 /src/sfml.mk
parentdf6f8926c2c7b3c21d87ddfefd9ecd7f1d25ddd3 (diff)
downloadmxe-ac7344aaef2b074ee5d58a1bbfee9c43f54b6999.zip
mxe-ac7344aaef2b074ee5d58a1bbfee9c43f54b6999.tar.gz
mxe-ac7344aaef2b074ee5d58a1bbfee9c43f54b6999.tar.bz2
many packages: cleanup deps ordering
Diffstat (limited to 'src/sfml.mk')
-rw-r--r--src/sfml.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfml.mk b/src/sfml.mk
index 2b13f04..8add617 100644
--- a/src/sfml.mk
+++ b/src/sfml.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 8f2eebc1b8856773d50c58cd55b4daf0fe94e120
$(PKG)_SUBDIR := SFML-$($(PKG)_VERSION)
$(PKG)_FILE := SFML-$($(PKG)_VERSION)-sources.zip
$(PKG)_URL := http://sfml-dev.org/download/sfml/$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc freetype glew jpeg openal libsndfile
+$(PKG)_DEPS := gcc freetype glew jpeg libsndfile openal
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.sfml-dev.org/download.php' | \