diff options
-rw-r--r-- | net/asterisk/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk11/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 411009ea5644..ae44d18279cf 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -83,7 +83,7 @@ FREETDS_CONFIGURE_ON= --with-tds=${LOCALBASE} FREETDS_CONFIGURE_OFF= --without-tds FREETDS_LIB_DEPENDS= libtds.so:${PORTSDIR}/databases/freetds PGSQL_CONFIGURE_WITH= postgres -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql MYSQL_CONFIGURE_WITH= mysqlclient MYSQL_USE= MYSQL=yes VORBIS_CONFIGURE_WITH= ogg diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index 1136264825a2..49f7e10ef38f 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -79,7 +79,7 @@ FREETDS_CONFIGURE_ON= --with-tds=${LOCALBASE} FREETDS_CONFIGURE_OFF= --without-tds FREETDS_LIB_DEPENDS= libtds.so:${PORTSDIR}/databases/freetds PGSQL_CONFIGURE_WITH= postgres -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql MYSQL_CONFIGURE_WITH= mysqlclient MYSQL_USE= MYSQL=yes VORBIS_CONFIGURE_WITH= ogg |