diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-07-03 13:21:36 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-07-03 13:21:36 +0000 |
commit | a5bd3e8755db68736e9c1ee232d2ff61d67c9d0c (patch) | |
tree | 181ef8b6de65ef9b1bc83c9b00d653e41c0df4a9 /databases/Makefile | |
parent | c4c1e30d35dd14b00468531d5656ed1e97cfec02 (diff) | |
download | ports-a5bd3e8755db68736e9c1ee232d2ff61d67c9d0c.tar.gz ports-a5bd3e8755db68736e9c1ee232d2ff61d67c9d0c.zip |
- Update libpqxx3 to 3.1 and fix build with Clang.
- Remove libpqxx30.
Notes
Notes:
svn path=/head/; revision=300435
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index f9cee12a34e8..3cb6221c8416 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -622,7 +622,7 @@ SUBDIR += postgresql-libpgeasy SUBDIR += postgresql-libpq++ SUBDIR += postgresql-libpqxx - SUBDIR += postgresql-libpqxx30 + SUBDIR += postgresql-libpqxx3 SUBDIR += postgresql-odbc SUBDIR += postgresql-pllua SUBDIR += postgresql-plproxy |