diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-05-06 21:02:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-05-06 21:02:30 +0000 |
commit | 221247af0446334c1895552033ef53af4016099d (patch) | |
tree | ed5a79b86f8879cba9bf5a27d8edd69632b91055 /x11-toolkits/gtk30 | |
parent | shujit should only be used with jdk versions up to and including 1.3. (diff) |
Reword some of the dropshadow patch warning message text stuff thingers.
Notes
Notes:
svn path=/head/; revision=108584
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index e40321dde84a..508b6f5ce006 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -55,8 +55,9 @@ pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "If you want to compile with experimental menu dropshadow patch," @${ECHO_MSG} "hit Ctrl-C right now and use make \"WITH_DROPSHADOW=yes\"" - @${ECHO_MSG} "NOTE: This option is not supported by FreeBSD GNOME Team." - @${ECHO_MSG} "Please, don't bug us if it doesn't work or build broken." + @${ECHO_MSG} "NOTE: This option is not supported by the FreeBSD GNOME Team." + @${ECHO_MSG} "If the patch does not work or causes the build to fail, just" + @${ECHO_MSG} "stop using the patch; we will not further debug it." @${ECHO_MSG} .endif |