diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-03-01 15:35:21 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-03-01 15:35:21 (GMT) |
commit | b05d179c96ba05850b23be6bdeebade4441b7622 (patch) | |
tree | 8024e0a802ba4ed54d36b7ce58d4ebf825a3df9c /src/gd.mk | |
parent | 1e8e85e10aa534a8b074681215ff8f6de4e8b446 (diff) | |
download | mxe-b05d179c96ba05850b23be6bdeebade4441b7622.zip mxe-b05d179c96ba05850b23be6bdeebade4441b7622.tar.gz mxe-b05d179c96ba05850b23be6bdeebade4441b7622.tar.bz2 |
put all package's project websites into Make variables $($(PKG)_WEBSITE)
Diffstat (limited to 'src/gd.mk')
-rw-r--r-- | src/gd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,10 +1,10 @@ # GD (without support for xpm) -# http://www.libgd.org/ PKG := gd $(PKG)_VERSION := 2.0.35 $(PKG)_SUBDIR := gd-$($(PKG)_VERSION) $(PKG)_FILE := gd-$($(PKG)_VERSION).tar.bz2 +$(PKG)_WEBSITE := http://www.libgd.org/ $(PKG)_URL := http://www.libgd.org/releases/$($(PKG)_FILE) $(PKG)_URL_2 := http://www.libgd.org/releases/oldreleases/$($(PKG)_FILE) $(PKG)_DEPS := gcc freetype libpng libxml2 |