diff options
author | makc <makc@FreeBSD.org> | 2010-02-08 03:09:30 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-02-08 03:09:30 +0800 |
commit | dc84acfa0e42cd509da2915c27660b6b6de8f5e0 (patch) | |
tree | 366b7d96229429188fb89c0cfc2a0452d58b486b /databases/postgresql-libpqxx | |
parent | a88b27e285c88e400e27b131937dfef77cd673d1 (diff) | |
download | freebsd-ports-gnome-dc84acfa0e42cd509da2915c27660b6b6de8f5e0.tar.gz freebsd-ports-gnome-dc84acfa0e42cd509da2915c27660b6b6de8f5e0.tar.zst freebsd-ports-gnome-dc84acfa0e42cd509da2915c27660b6b6de8f5e0.zip |
Mark conflict with databases/postgresql-libpqxx30
set PORTSCOUT
Bump PORTREVISION
Diffstat (limited to 'databases/postgresql-libpqxx')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |