summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam>2007-05-04 20:04:52 +0000
committeradam <adam>2007-05-04 20:04:52 +0000
commit0ff856d372577a7e90889c300e6cbc4bf38daad5 (patch)
treee14f8de7a2a27d48393385d645019d8be99cc490 /databases
parent4ab2178c954c7a90865323af6790587150f0af97 (diff)
downloadpkgsrc-0ff856d372577a7e90889c300e6cbc4bf38daad5.tar.gz
CONFLICTS fix
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql81/Makefile.common3
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-*