diff options
-rw-r--r-- | www/mnoGoSearch-current/Makefile | 4 | ||||
-rw-r--r-- | www/mnogosearch/Makefile | 4 | ||||
-rw-r--r-- | www/mnogosearch31/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/mnoGoSearch-current/Makefile b/www/mnoGoSearch-current/Makefile index dce50ebdcc8c..b2aa2bc608ed 100644 --- a/www/mnoGoSearch-current/Makefile +++ b/www/mnoGoSearch-current/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ARGS= --enable-shared \ --sysconfdir=${PREFIX}/etc/mnogosearch \ --localstatedir=/var/mnogosearch +# To enable Cyrillic charset guesser, define this +# Guesser mode ignores charsets comes from HTTP header or <META> tag .if defined(WITH_MNOGO_GUESSER) CONFIGURE_ARGS+= --enable-charset-guesser .endif @@ -37,8 +39,6 @@ LIB_DEPENDS= msql.1:${PORTSDIR}/databases/msql CONFIGURE_ARGS+= --with-msql=${LOCALBASE} .elif defined(WITH_MNOGO_MYSQL) -# default to mysql - LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index dce50ebdcc8c..b2aa2bc608ed 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ARGS= --enable-shared \ --sysconfdir=${PREFIX}/etc/mnogosearch \ --localstatedir=/var/mnogosearch +# To enable Cyrillic charset guesser, define this +# Guesser mode ignores charsets comes from HTTP header or <META> tag .if defined(WITH_MNOGO_GUESSER) CONFIGURE_ARGS+= --enable-charset-guesser .endif @@ -37,8 +39,6 @@ LIB_DEPENDS= msql.1:${PORTSDIR}/databases/msql CONFIGURE_ARGS+= --with-msql=${LOCALBASE} .elif defined(WITH_MNOGO_MYSQL) -# default to mysql - LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index dce50ebdcc8c..b2aa2bc608ed 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ARGS= --enable-shared \ --sysconfdir=${PREFIX}/etc/mnogosearch \ --localstatedir=/var/mnogosearch +# To enable Cyrillic charset guesser, define this +# Guesser mode ignores charsets comes from HTTP header or <META> tag .if defined(WITH_MNOGO_GUESSER) CONFIGURE_ARGS+= --enable-charset-guesser .endif @@ -37,8 +39,6 @@ LIB_DEPENDS= msql.1:${PORTSDIR}/databases/msql CONFIGURE_ARGS+= --with-msql=${LOCALBASE} .elif defined(WITH_MNOGO_MYSQL) -# default to mysql - LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} |