diff options
author | cjs <cjs@pkgsrc.org> | 2006-01-17 08:11:19 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2006-01-17 08:11:19 +0000 |
commit | 788a433e7993ddc6daaef49684ba3607553ce3e3 (patch) | |
tree | 145877fa3029f0b32ff19bba8c11b0b6b0b0bee1 /databases | |
parent | be5f315f7f9a176bc303ba3700675d3349a23f01 (diff) | |
download | pkgsrc-788a433e7993ddc6daaef49684ba3607553ce3e3.tar.gz |
Revert typo: this version conflicts with postgresql74,
not the (non-existent) postgresql84.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql80/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common index 39b692937f8..dd320142342 100644 --- a/databases/postgresql80/Makefile.common +++ b/databases/postgresql80/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2006/01/08 12:51:45 abs Exp $ +# $NetBSD: Makefile.common,v 1.15 2006/01/17 08:11:19 cjs Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -19,7 +19,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER?= jlam@pkgsrc.org HOMEPAGE?= http://www.postgresql.org/ -CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql84-* postgresql81-* +CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql74-* postgresql81-* DISTINFO_FILE?= ${.CURDIR}/../postgresql80/distinfo COMMON_FILESDIR?= ${.CURDIR}/../postgresql80/files |