aboutsummaryrefslogtreecommitdiffstats
path: root/net/jabberd
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-02-22 17:56:42 +0800
committerdemon <demon@FreeBSD.org>2004-02-22 17:56:42 +0800
commit20e2d47bfdec6cd4f393f14bb5cca8b27f083212 (patch)
tree03919d6b690a712b1c98b5a8f9f76a1afbcb2014 /net/jabberd
parent3e0f8a9a4be6135aa23f93f2f7b376104b084787 (diff)
downloadfreebsd-ports-gnome-20e2d47bfdec6cd4f393f14bb5cca8b27f083212.tar.gz
freebsd-ports-gnome-20e2d47bfdec6cd4f393f14bb5cca8b27f083212.tar.zst
freebsd-ports-gnome-20e2d47bfdec6cd4f393f14bb5cca8b27f083212.zip
Rename WITH_PGSQL knob to WITH_POSTGRESQL to be consistent with other ports.
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'net/jabberd')
-rw-r--r--net/jabberd/Makefile10
1 files changed, 5 insertions, 5 deletions
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: