diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-16 17:51:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-16 17:51:59 +0000 |
commit | 1aa2903af1c91fc1be718c4b6f8f21f33426cd18 (patch) | |
tree | b89df0e78bee898b209044b02266846a84d8cc36 /editors/AbiWord2 | |
parent | Add optional support to compile in additional character set support. (diff) |
Don't print the pre-everything banner until gucharmap support is fixed.
Notes
Notes:
svn path=/head/; revision=83109
Diffstat (limited to 'editors/AbiWord2')
-rw-r--r-- | editors/AbiWord2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index cf12e0ac454e..0100b7fd076d 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -60,11 +60,11 @@ GNOME_ENABLED= yes CONFIGURE_ARGS+= --disable-gucharmap #.endif -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" - @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" - @${ECHO_MSG} "" +#pre-everything:: +# @${ECHO_MSG} "" +# @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" +# @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" +# @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e 's|%%AUTOMAKE%%|${AUTOMAKE}|g ; \ |