aboutsummaryrefslogtreecommitdiff
path: root/net/jabberd
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-07-29 14:52:26 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-07-29 14:52:26 +0000
commit83c9c612af8cc6cffec63924ec3189c72c03437a (patch)
treead1bdf4f12b04f902d474aa2052820a579661217 /net/jabberd
parent43faaa2d5d60b4c6667f299fe19489c659627056 (diff)
downloadports-83c9c612af8cc6cffec63924ec3189c72c03437a.tar.gz
ports-83c9c612af8cc6cffec63924ec3189c72c03437a.zip
Notes
Diffstat (limited to 'net/jabberd')
-rw-r--r--net/jabberd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/jabberd/Makefile b/net/jabberd/Makefile
index e1345bbfb0f9..d531494e8d8b 100644
--- a/net/jabberd/Makefile
+++ b/net/jabberd/Makefile
@@ -22,6 +22,7 @@ OPTIONS= POSTGRESQL "Use PostgreSQL for storage and authentication" off \
LDAP "Use LDAP for authentication" off \
BDB "Use BDB for storage and authentication" off \
PAM "Use PAM for authentication" off \
+ PIPE "Enable pipe auth/reg support" off \
DEBUG "Compile with debug information" on
GNU_CONFIGURE= yes
@@ -78,6 +79,10 @@ CONFIGURE_ARGS+=--enable-pam
CONFIGURE_ARGS+=--disable-pam
.endif
+.if defined(WITH_PIPE)
+CONFIGURE_ARGS+=--enable-pipe
+.endif
+
MAN8= c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8
pre-install: