diff options
Diffstat (limited to 'src/pixman.mk')
-rw-r--r-- | src/pixman.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixman.mk b/src/pixman.mk index 8a57ee9..3c67a94 100644 --- a/src/pixman.mk +++ b/src/pixman.mk @@ -1,10 +1,10 @@ # pixman -# http://cairographics.org/ PKG := pixman $(PKG)_VERSION := 0.14.0 $(PKG)_SUBDIR := pixman-$($(PKG)_VERSION) $(PKG)_FILE := pixman-$($(PKG)_VERSION).tar.gz +$(PKG)_WEBSITE := http://cairographics.org/ $(PKG)_URL := http://cairographics.org/releases/$($(PKG)_FILE) $(PKG)_DEPS := gcc |