aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabberd
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2004-02-22 09:56:42 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2004-02-22 09:56:42 +0000
commitccf2236e711a986e524bd6932a2ceaf67ae0d6be (patch)
tree26e3d27ac1fffe76683bc848b9508a101e4e19ac /net-im/jabberd
parent2d1342171ab0579197c870c0a5c7ceb60d44cb68 (diff)
downloadports-ccf2236e711a986e524bd6932a2ceaf67ae0d6be.tar.gz
ports-ccf2236e711a986e524bd6932a2ceaf67ae0d6be.zip
Notes
Diffstat (limited to 'net-im/jabberd')
-rw-r--r--net-im/jabberd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile
index 1edc756ff75a..4c8bee281618 100644
--- a/net-im/jabberd/Makefile
+++ b/net-im/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: