aboutsummaryrefslogtreecommitdiff
path: root/www/mnogosearch
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-08-25 12:19:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-08-25 12:19:43 +0000
commit964858137d6f68a2a2ed9747e79ed71e11c0428c (patch)
treeab9fc35c083927690b346175a37b069a1d344622 /www/mnogosearch
parentea1ddaae969d9bec6264bed6d4cd09a57ebbd8a6 (diff)
downloadports-964858137d6f68a2a2ed9747e79ed71e11c0428c.tar.gz
ports-964858137d6f68a2a2ed9747e79ed71e11c0428c.zip
Notes
Diffstat (limited to 'www/mnogosearch')
-rw-r--r--www/mnogosearch/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile
index 6744d5955e9d..5cef3ffa5bf4 100644
--- a/www/mnogosearch/Makefile
+++ b/www/mnogosearch/Makefile
@@ -38,6 +38,9 @@ CONFIGURE_ARGS= --sysconfdir=${ETCDIR} \
SUB_FILES+= pkg-message
+PGSQL_USES= pgsql
+PGSQL_CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSL}
@@ -62,11 +65,6 @@ CONFIGURE_ARGS+= --with-extra-charsets=all
CONFIGURE_ARGS+= --disable-syslog
.endif
-.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
-CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}
-.endif
-
.if ${PORT_OPTIONS:MMSQL}
LIB_DEPENDS+= libmsql.so:${PORTSDIR}/databases/msql
CONFIGURE_ARGS+= --with-msql=${LOCALBASE}