diff options
author | crees <crees@FreeBSD.org> | 2014-08-26 01:53:26 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-08-26 01:53:26 +0800 |
commit | 67fe5477a28499d3ac339e588c46e0a677954b3a (patch) | |
tree | f4e1f058cc1522d75a823a40f2ba1399351fc840 /databases/postgresql-odbc | |
parent | 3c2da50d38d2c27156c046e4b47e079b191a0e76 (diff) | |
download | freebsd-ports-gnome-67fe5477a28499d3ac339e588c46e0a677954b3a.tar.gz freebsd-ports-gnome-67fe5477a28499d3ac339e588c46e0a677954b3a.tar.zst freebsd-ports-gnome-67fe5477a28499d3ac339e588c46e0a677954b3a.zip |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt
Diffstat (limited to 'databases/postgresql-odbc')
-rw-r--r-- | databases/postgresql-odbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index 2b3c16fdf4c9..a264c09a6898 100644 --- a/databases/postgresql-odbc/Makefile +++ b/databases/postgresql-odbc/Makefile @@ -15,7 +15,7 @@ COMMENT= PostgreSQL ODBC driver LICENSE= LGPL20 -USES= libtool pgsql +USES+= libtool pgsql USE_OPENSSL= yes USE_LDCONFIG= yes |