diff options
Diffstat (limited to 'databases/postgresql-libpqxx/Makefile')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index 2a81f160ffe8..9a7625bd8f51 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libpqxx -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= databases MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/ PKGNAMEPREFIX= postgresql- @@ -32,7 +32,6 @@ POSTGRESQL_PORT?= databases/postgresql7 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500035 -BROKEN= Does not build with gcc 2.95 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport CXXFLAGS+= -I${LOCALBASE}/include/stlport |