diff options
author | adam <adam@pkgsrc.org> | 2008-03-04 13:31:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-03-04 13:31:29 +0000 |
commit | 4d4802fc5cf0614b6854181343d606e0e5f487dd (patch) | |
tree | 17687b51815606204f9c8717cfc35f1a8b841167 /databases/postgresql82 | |
parent | 25fc68b95cac321a334d0227fc3dc96dbb94f78a (diff) | |
download | pkgsrc-4d4802fc5cf0614b6854181343d606e0e5f487dd.tar.gz |
Rendezvous has been renamed to Bonjour
Diffstat (limited to 'databases/postgresql82')
-rw-r--r-- | databases/postgresql82/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
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 |