aboutsummaryrefslogtreecommitdiffstats
path: root/www/mnogosearch
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-01-29 23:22:24 +0800
committerache <ache@FreeBSD.org>2001-01-29 23:22:24 +0800
commitd0c15932403a7efd10afe56f5a702f1950115a3e (patch)
tree3c5d52c477c6166fe9d48208a6e50ab7a381c0d1 /www/mnogosearch
parentf5099a450a9c8848b83bd65f3c16a7a9b6338aaa (diff)
downloadfreebsd-ports-gnome-d0c15932403a7efd10afe56f5a702f1950115a3e.tar.gz
freebsd-ports-gnome-d0c15932403a7efd10afe56f5a702f1950115a3e.tar.zst
freebsd-ports-gnome-d0c15932403a7efd10afe56f5a702f1950115a3e.zip
Since there is no ability to turn off charset guesser when compiled in, add it
only when specially requested via env. variable
Diffstat (limited to 'www/mnogosearch')
-rw-r--r--www/mnogosearch/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile
index 096310588ece..78827749c95b 100644
--- a/www/mnogosearch/Makefile
+++ b/www/mnogosearch/Makefile
@@ -21,10 +21,13 @@ INSTALLS_SHLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared \
- --enable-charset-guesser \
--sysconfdir=${PREFIX}/etc/mnogosearch \
--localstatedir=/var/mnogosearch
+.if defined(WITH_MNOGO_GUESSER)
+CONFIGURE_ARGS+= --enable-charset-guesser
+.endif
+
.if defined(WITH_MNOGO_PGSQL)
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}/pgsql