diff options
Diffstat (limited to 'net/kea')
-rw-r--r-- | net/kea/Makefile | 8 |
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> |