diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-11-17 14:45:22 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-11-17 14:45:22 +0000 |
commit | e082cfbf2c6be7225a0f0d1aa1658825bf526622 (patch) | |
tree | f52640f88cb9d82d036bed8dd8f05419f5d44e22 | |
parent | Fix checksum/fetch (diff) |
Update CONFLICTS given the PKGNAME change of pqxx-3
Notes
Notes:
svn path=/head/; revision=334085
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index bd68a27fb65a..9cb1359ff4a7 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= postgresql MAINTAINER= pgsql@FreeBSD.org COMMENT= New C++ interface for PostgreSQL -CONFLICTS= postgresql-libpqxx-3.* +CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.* PORTSCOUT= limit:^2\. USE_PGSQL= yes |