diff options
author | cjs <cjs> | 2006-01-17 08:11:19 +0000 |
---|---|---|
committer | cjs <cjs> | 2006-01-17 08:11:19 +0000 |
commit | edcdd964fde0349c18311a84082180ee0a2b7c34 (patch) | |
tree | 145877fa3029f0b32ff19bba8c11b0b6b0b0bee1 /databases | |
parent | 05e356b559ce3ddfcfa6358321be854acf86c850 (diff) | |
download | pkgsrc-edcdd964fde0349c18311a84082180ee0a2b7c34.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 |