diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-23 07:41:16 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-23 07:41:16 (GMT) |
commit | ac7344aaef2b074ee5d58a1bbfee9c43f54b6999 (patch) | |
tree | 08519cf92ace7b4628a96024bc022842f58d6e93 /src/sfml.mk | |
parent | df6f8926c2c7b3c21d87ddfefd9ecd7f1d25ddd3 (diff) | |
download | mxe-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.mk | 2 |
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' | \ |