From 20e2d47bfdec6cd4f393f14bb5cca8b27f083212 Mon Sep 17 00:00:00 2001 From: demon Date: Sun, 22 Feb 2004 09:56:42 +0000 Subject: Rename WITH_PGSQL knob to WITH_POSTGRESQL to be consistent with other ports. Submitted by: Ulrich Spoerlein --- net/jabberd/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/jabberd') diff --git a/net/jabberd/Makefile b/net/jabberd/Makefile index 1edc756ff75a..4c8bee281618 100644 --- a/net/jabberd/Makefile +++ b/net/jabberd/Makefile @@ -32,7 +32,7 @@ AUTHREG+= anon pipe CONFIGURE_ARGS+=--enable-debug .endif -.if defined(WITH_PGSQL) +.if defined(WITH_POSTGRESQL) LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/include:${LOCALBASE}/lib STORAGE+= pgsql @@ -64,10 +64,10 @@ MAN8= c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8 pre-everything:: @${ECHO} @${ECHO} "You can build Jabber with the following options:" - @${ECHO} "WITH_PGSQL use PostgreSQL for storage and authentication" - @${ECHO} "WITH_BDB use Berkeley DB for storage and authentication" - @${ECHO} "WITH_MYSQL use MySQL for storage and authentication" - @${ECHO} "WITH_LDAP use LDAP for authentication" + @${ECHO} "WITH_POSTGRESQL use PostgreSQL for storage and authentication" + @${ECHO} "WITH_BDB use Berkeley DB for storage and authentication" + @${ECHO} "WITH_MYSQL use MySQL for storage and authentication" + @${ECHO} "WITH_LDAP use LDAP for authentication" @${ECHO} pre-install: -- cgit