summaryrefslogtreecommitdiffstats
path: root/src/gd.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-05-18 12:03:44 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-05-18 12:03:44 (GMT)
commit9028089f9536991ca2d6cb6046051ace3d46a101 (patch)
treeec492a1330dcf9bceeb6af554e44042d1be75e5a /src/gd.mk
parent6813dc80ccba18bdb480f2873906e4840d38d13d (diff)
downloadmxe-9028089f9536991ca2d6cb6046051ace3d46a101.zip
mxe-9028089f9536991ca2d6cb6046051ace3d46a101.tar.gz
mxe-9028089f9536991ca2d6cb6046051ace3d46a101.tar.bz2
improved wording in warning messages
Diffstat (limited to 'src/gd.mk')
-rw-r--r--src/gd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd.mk b/src/gd.mk
index 610cf29..992f4d8 100644
--- a/src/gd.mk
+++ b/src/gd.mk
@@ -14,7 +14,7 @@ $(PKG)_URL_2 := http://ftp.uni-magdeburg.de/aftp/mirror/linux/slackware/sourc
$(PKG)_DEPS := gcc freetype libpng jpeg libxml2 pthreads
define $(PKG)_UPDATE
- echo 'Warning: Update for package gd is temporarily disabled.' >&2;
+ echo 'Warning: Updates are temporarily disabled for package gd.' >&2;
echo $(gd_VERSION)
endef
define $(PKG)_UPDATE_orig