diff options
author | adam <adam@pkgsrc.org> | 2007-05-04 20:04:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-05-04 20:04:52 +0000 |
commit | 2e6388a60f119dadea969c2afd443b7cc8de5aa8 (patch) | |
tree | e14f8de7a2a27d48393385d645019d8be99cc490 /databases | |
parent | 8c1bafff133313e161cce9cd9aaf230de33b9c88 (diff) | |
download | pkgsrc-2e6388a60f119dadea969c2afd443b7cc8de5aa8.tar.gz |
CONFLICTS fix
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql81/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql81/Makefile.common b/databases/postgresql81/Makefile.common index d1c3ba30da2..6a00ab8a981 100644 --- a/databases/postgresql81/Makefile.common +++ b/databases/postgresql81/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2007/05/04 19:44:52 adam Exp $ +# $NetBSD: Makefile.common,v 1.13 2007/05/04 20:04:52 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -21,6 +21,7 @@ HOMEPAGE?= http://www.postgresql.org/ CONFLICTS+= postgresql-[0-9]* CONFLICTS+= postgresql73-* +CONFLICTS+= postgresql74-* CONFLICTS+= postgresql80-* CONFLICTS+= postgresql82-* |