diff options
author | dan <dan@pkgsrc.org> | 2005-02-07 04:27:27 +0000 |
---|---|---|
committer | dan <dan@pkgsrc.org> | 2005-02-07 04:27:27 +0000 |
commit | a135d9fce9e5133d57d81348484bc3b155413201 (patch) | |
tree | 7801af91bc13916ac5af6d1c1a6fe9665d2f1145 /databases/postgresql74 | |
parent | 690664a68fe455ed7f4e27deda102c8c5baef69d (diff) | |
download | pkgsrc-a135d9fce9e5133d57d81348484bc3b155413201.tar.gz |
conflicts also with pg80
Diffstat (limited to 'databases/postgresql74')
-rw-r--r-- | databases/postgresql74/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common index 28893f169c3..1fbcfc6ae50 100644 --- a/databases/postgresql74/Makefile.common +++ b/databases/postgresql74/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2005/02/05 14:50:52 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.21 2005/02/07 04:27:28 dan Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -24,7 +24,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER?= recht@NetBSD.org HOMEPAGE?= http://www.postgresql.org/ -CONFLICTS+= postgresql-[0-9]* postgresql73-* +CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql80-* DISTINFO_FILE?= ${.CURDIR}/../postgresql74/distinfo COMMON_FILESDIR?= ${.CURDIR}/../postgresql74/files |