diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-19 21:22:46 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-19 21:22:46 +0000 |
commit | e68af7b5ba3f1657cb8e1d54172aadde91fe15f7 (patch) | |
tree | 1263a0efdff00ab3874fc9850b13f670b81d375c | |
parent | 2aa626c803529adac52e8a0989b59fcb095a7124 (diff) | |
download | freebsd-ports-e68af7b5ba3f1657cb8e1d54172aadde91fe15f7.zip |
Correct CONFIGURE_ARGS for PGSQL case
Submitted by: mi (based on)
-rw-r--r-- | www/mnogosearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index 35d1c75b7069..e5b55643e77b 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ARGS= --sysconfdir=${ETCDIR} \ SUB_FILES+= pkg-message PGSQL_USES= pgsql -PGSQL_CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} +PGSQL_CONFIGURE_WITH= pgsql=${LOCALBASE} .include <bsd.port.options.mk> |