summaryrefslogtreecommitdiff
path: root/devel/distcc
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-06-23 15:07:47 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-06-23 15:07:47 +0000
commitd8217313f524ed9525e432f6567d6cd5e30a1c79 (patch)
tree3cda880226ca809cf9365355d66ce855a0e66d14 /devel/distcc
parentIt turned out that ruby 1.8.0-preview3 only works with i386 due to (diff)
Note the "disabled", which should be "disable".
Submitted by: maintainer PR: 53638 Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=83495
Diffstat (limited to 'devel/distcc')
-rw-r--r--devel/distcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile
index 44bd56de9238..a30fe7c6ba61 100644
--- a/devel/distcc/Makefile
+++ b/devel/distcc/Makefile
@@ -41,7 +41,7 @@ HTML_DOC_FILES= distcc.html distcc-1.html distcc-2.html distcc-3.html \
pre-fetch:
.if !defined(WITHOUT_GNOME)
- @${ECHO_MSG} "Building with GNOME-based monitor. To disabled this, press"
+ @${ECHO_MSG} "Building with GNOME-based monitor. To disable this, press"
@${ECHO_MSG} "Ctrl+C now and restart with 'make WITHOUT_GNOME=yes'."
@${ECHO_MSG} ""
.else