diff options
-rw-r--r-- | package/intltool/intltool.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/intltool/intltool.mk b/package/intltool/intltool.mk index 1ee0497f7..6d13cc10c 100644 --- a/package/intltool/intltool.mk +++ b/package/intltool/intltool.mk @@ -3,9 +3,10 @@ # intltool # ############################################################# -INTLTOOL_VERSION:=0.40.6 -INTLTOOL_SOURCE:=intltool-$(INTLTOOL_VERSION).tar.bz2 -INTLTOOL_SITE:=http://ftp.acc.umu.se/pub/GNOME/sources/intltool/0.40/ + +INTLTOOL_VERSION = 0.40.6 +INTLTOOL_SOURCE = intltool-$(INTLTOOL_VERSION).tar.bz2 +INTLTOOL_SITE = http://ftp.acc.umu.se/pub/GNOME/sources/intltool/0.40/ HOST_INTLTOOL_DEPENDENCIES = host-libxml-parser-perl HOST_INTLTOOL_CONF_OPT = \ |