diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-16 17:51:59 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-16 17:51:59 +0000 |
commit | ef576caa9cbc8eb93b82066f4ab2d529cc40b949 (patch) | |
tree | bed77df1a7b402c65627ca0bde7c0a3bbcb31612 /editors/abiword-devel | |
parent | 4119ee9fc40c0af7e5c75043dee1cab5cd6d8aba (diff) | |
download | FreeBSD-ports-ef576caa9cbc8eb93b82066f4ab2d529cc40b949.zip FreeBSD-ports-ef576caa9cbc8eb93b82066f4ab2d529cc40b949.tar.gz |
Don't print the pre-everything banner until gucharmap support is fixed.
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r-- | editors/abiword-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index cf12e0a..0100b7f 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/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 ; \ |