summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/postgresql80-client/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql80-client/Makefile b/databases/postgresql80-client/Makefile
index b6dcc941f72..ade0c98315a 100644
--- a/databases/postgresql80-client/Makefile
+++ b/databases/postgresql80-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/08/05 19:43:45 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/08/15 20:42:21 erh Exp $
PKGNAME= postgresql80-client-${BASE_VERS}
PKGREVISION= 2
@@ -12,6 +12,9 @@ CONFIGURE_ARGS+= --with-openssl
CONFIGURE_ARGS+= --with-readline
CONFIGURE_ARGS+= --with-zlib
+CONFLICTS+= postgresql80-lib-*
+CONFLICTS+= postgresql80-docs-*
+
# The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
# NetBSD.
#