diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index c5b06e3cd41a..2a473146a06d 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -7,7 +7,7 @@ PORTNAME= libpqxx PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pqxx.org/download/software/libpqxx/ PKGNAMEPREFIX= postgresql- @@ -16,6 +16,9 @@ DIST_SUBDIR= postgresql MAINTAINER= girgen@FreeBSD.org COMMENT= A new C++ interface for PostgreSQL +CONFLICTS= postgresql-libpqxx-3.* +PORTSCOUT= limit:^2\. + USE_PGSQL= yes USE_GMAKE= yes GNU_CONFIGURE= yes