From 83c9c612af8cc6cffec63924ec3189c72c03437a Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 29 Jul 2005 14:52:26 +0000 Subject: - Add --enable-pipe option PR: ports/84296 Submitted by: Marcus Grando Approved by: Kirk Strauser (maintainer) --- net-im/jabberd/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net-im/jabberd') diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index e1345bbfb0f9..d531494e8d8b 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/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: -- cgit v1.2.3