diff options
Diffstat (limited to 'databases/postgresql-odbc/Makefile')
-rw-r--r-- | databases/postgresql-odbc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index dfc3c90f2287..d1ef990f34d6 100644 --- a/databases/postgresql-odbc/Makefile +++ b/databases/postgresql-odbc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTVERSION= 09.06.0200 +PORTVERSION= 09.06.0310 CATEGORIES= databases MASTER_SITES= PGSQL/odbc/versions/src PKGNAMESUFFIX= -odbc @@ -28,7 +28,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/postgresql/odbc PORTDOCS= * PORTEXAMPLES= * -PLIST_FILES= lib/psqlodbcw.so +PLIST_FILES= lib/psqlodbcw.so lib/psqlodbca.so OPTIONS_DEFINE= DOCS EXAMPLES |