diff options
author | crees <crees@FreeBSD.org> | 2014-11-23 03:13:49 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-11-23 03:13:49 +0800 |
commit | b4e6546b7ffb37f328f75bc97440e5a8a8d0f784 (patch) | |
tree | 5c142b51c330f8fe0f5271fcacdfe9f4e7108bf6 /security | |
parent | 5633f84cad98596b8ba006eac0fd202b86f9179c (diff) | |
download | freebsd-ports-gnome-b4e6546b7ffb37f328f75bc97440e5a8a8d0f784.tar.gz freebsd-ports-gnome-b4e6546b7ffb37f328f75bc97440e5a8a8d0f784.tar.zst freebsd-ports-gnome-b4e6546b7ffb37f328f75bc97440e5a8a8d0f784.zip |
Switch to USES=pgsql
Diffstat (limited to 'security')
-rw-r--r-- | security/barnyard2/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/barnyard2/Makefile b/security/barnyard2/Makefile index 801d2cb7611f..4036c2d4d72e 100644 --- a/security/barnyard2/Makefile +++ b/security/barnyard2/Makefile @@ -59,7 +59,7 @@ MYSQL_CONFIGURE_ON= --with-mysql-includes=${LOCALBASE}/include/mysql \ MYSQL_SSL_CONFIGURE_ENABLE= mysql-ssl-support ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC ODBC_WITH= odbc -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE}/bin/pg_config --with-pgsql-includes=${LOCALBASE}/include/postgresql/server PGSQL_CONFIGURE_OFF= --without-postgresql TCL_USES= tcl diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index ec7d9b357630..7f9075a6382a 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -64,7 +64,7 @@ BDB_CONFIGURE_OFF= --with-dblib=ndbm MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYSQL_CONFIGURE_OFF= --without-mysql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} PGSQL_CONFIGURE_OFF= --without-pgsql SQLITE2_DESC= SQLite 2 database |