1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Fix typos in non-default options which prevented them from working.

Reported by:	Evgeny Dunaev
Pointy hat to:	hrs
This commit is contained in:
Hiroki Sato 2015-10-22 02:04:33 +00:00
parent 36ecca761e
commit 86866d28a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399942

View File

@ -42,11 +42,11 @@ DOCS_INSTALL_TARGET_OFF= \
install-pkgconfigDATA \
install-pkgincludeHEADERS
MYSQL_USE= MYSQL=client
MYSQL_CONFIGURE_ARGS= --with-dhcp-mysql=${LOCALBASE}/bin
MYSQL_CONFIGURE_ARGS_OFF= --without-dhcp-mysql
MYSQL_CONFIGURE_ON= --with-dhcp-mysql=${LOCALBASE}/bin/mysql_config
MYSQL_CONFIGURE_OFF= --without-dhcp-mysql
PGSQL_USES= pgsql
WANT_PGSQL= client
PGSQL_CONFIGURE_ARGS= --with-dhcp-pgsql=${LOCALBASE}/bin
PGSQL_CONFIGURE_ARGS_OFF= --without-dhcp-pgsql
PGSQL_CONFIGURE_ON= --with-dhcp-pgsql=${LOCALBASE}/bin/pg_config
PGSQL_CONFIGURE_OFF= --without-dhcp-pgsql
.include <bsd.port.mk>