diff options
author | adamw <adamw@FreeBSD.org> | 2004-05-07 05:02:30 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-05-07 05:02:30 +0800 |
commit | 09f57b5e7dfe5fe08ef9cf98837b958b39010b0d (patch) | |
tree | 3cd100b5e302760df658876639a3eee064c77cfe /x11-toolkits/gtk20 | |
parent | 5703488e805af22491c17eba0ba4338e7bcbdd55 (diff) | |
download | freebsd-ports-gnome-09f57b5e7dfe5fe08ef9cf98837b958b39010b0d.tar.gz freebsd-ports-gnome-09f57b5e7dfe5fe08ef9cf98837b958b39010b0d.tar.zst freebsd-ports-gnome-09f57b5e7dfe5fe08ef9cf98837b958b39010b0d.zip |
Reword some of the dropshadow patch warning message text stuff thingers.
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index e40321dde84a..508b6f5ce006 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/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 |