diff options
author | erh <erh@pkgsrc.org> | 2005-08-15 20:42:21 +0000 |
---|---|---|
committer | erh <erh@pkgsrc.org> | 2005-08-15 20:42:21 +0000 |
commit | d923610a485e07ec62f079d2c220cf827b973f9f (patch) | |
tree | 4e31940549af37b16e05d3dc9a98a485d8ff173f /databases/postgresql80-client | |
parent | 0fec27d312d3708ee1a05ed2444ec512e203a5eb (diff) | |
download | pkgsrc-d923610a485e07ec62f079d2c220cf827b973f9f.tar.gz |
Add conflict with postgresql80-libs and postgresql80-docs so trying to
update this package w/o removing those issues an appropriate error.
Diffstat (limited to 'databases/postgresql80-client')
-rw-r--r-- | databases/postgresql80-client/Makefile | 5 |
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. # |