summaryrefslogtreecommitdiff
path: root/graphics/gd1/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2002-04-06 19:12:03 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2002-04-06 19:12:03 +0000
commit990304ae5eadfafd6c8b219519cc9e0a7abc5bf7 (patch)
tree40ddf4a702aee82e707f61c4a08e0e88b5014306 /graphics/gd1/Makefile
parentBison is not required as of files/patch-aa,v 1.10. (diff)
Correct a typo.
Notes
Notes: svn path=/head/; revision=57381
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r--graphics/gd1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
index 74a2023d2b92..46355f68e07e 100644
--- a/graphics/gd1/Makefile
+++ b/graphics/gd1/Makefile
@@ -40,7 +40,7 @@ pre-everything::
.if !defined(WITH_X11)
@${ECHO_MSG}
@${ECHO_MSG} "If you want to compile with Xpm support,"
- @${ECHO_MSG} "hst Ctrl-C right now and use \"make WITH_X11=yes\""
+ @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_X11=yes\""
@${ECHO_MSG}
.endif