diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-09-01 20:56:28 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-09-01 20:56:28 +0000 |
commit | 2eb195e354343a495ecacfe5b4ec8f9164a5783d (patch) | |
tree | 6ae0edb738f84b68dce1fc776aa7f61a65d14423 | |
parent | STAGE and simplify do-install. (diff) |
Convert to USES=pgsql
Notes
Notes:
svn path=/head/; revision=366957
-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 |