From f7e452c82587107dac11d653d5f036ca05d642c3 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 4 Mar 2008 13:31:29 +0000 Subject: Rendezvous has been renamed to Bonjour --- databases/postgresql82/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/postgresql82/Makefile.common') diff --git a/databases/postgresql82/Makefile.common b/databases/postgresql82/Makefile.common index 90f8b697ccf..c390e996f37 100644 --- a/databases/postgresql82/Makefile.common +++ b/databases/postgresql82/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2008/01/07 20:14:35 adam Exp $ +# $NetBSD: Makefile.common,v 1.9 2008/03/04 13:31:29 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -89,9 +89,9 @@ CONFIGURE_ARGS+= --without-perl CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --without-tcl -# Enable Rendezvous on Mac OS X +# Enable Bonjour on Mac OS X .if ${OPSYS} == "Darwin" -CONFIGURE_ARGS+= --with-rendezvous +CONFIGURE_ARGS+= --with-bonjour .endif # PostgreSQL explicitly forbids any use of -ffast-math -- cgit v1.2.3