diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-10-21 09:05:43 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-10-21 09:05:43 +0000 |
commit | 0b619c07f042fc3c305a3fde98c0da6ab7137e43 (patch) | |
tree | 7fc49edd30a12236769d46b6cac0d087f21db30c /www/bluefish | |
parent | 4bf325cc8031e899f72d6cd2ca2f82a8d43206fe (diff) | |
download | freebsd-ports-0b619c07f042fc3c305a3fde98c0da6ab7137e43.zip |
Add a note about highlighting needing UTF-8 in pcre to work.
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 03cced68d74f..e5742876e497 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -60,6 +60,9 @@ pre-everything:: @${ECHO_MSG} " WITH_TIDY for the tidy html cleanup program" @${ECHO_MSG} " WITHOUT_SPLASH disable the splash screen" @${ECHO_MSG} "" + @${ECHO_MSG} "For Highlighting to work, please enable UTF-8 support in devel/pcre." + @${ECHO_MSG} "This will reduce the number of warning in the console when running bluefish." + @${ECHO_MSG} "" post-install: @${INSTALL_SCRIPT} ${WRKSRC}/debian/bluefish.1 ${PREFIX}/man/man1/bluefish.1 |