diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
commit | dab15277f4ab5eef396460d80afc54d1f390a815 (patch) | |
tree | f4e1f058cc1522d75a823a40f2ba1399351fc840 /databases/postgresql-odbc | |
parent | Allow staging as a regular user (diff) |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt
Notes
Notes:
svn path=/head/; revision=366114
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 |