summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-10-22 02:04:33 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-10-22 02:04:33 +0000
commit86866d28a2ba95f2ad9142e394450898dfb9cfa3 (patch)
treeed735ae17a8ea5c7c6695e17e5a778ebb7dfb229 /net
parent36ecca761e86ea96658c5dc7439c6e2cd458ed56 (diff)
downloadfreebsd-ports-86866d28a2ba95f2ad9142e394450898dfb9cfa3.zip
Fix typos in non-default options which prevented them from working.
Reported by: Evgeny Dunaev Pointy hat to: hrs
Diffstat (limited to 'net')
-rw-r--r--net/kea/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/kea/Makefile b/net/kea/Makefile
index 9b7a32b3e292..db998849a971 100644
--- a/net/kea/Makefile
+++ b/net/kea/Makefile
@@ -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>