diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-06-14 10:01:47 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-06-14 10:01:47 +0000 |
commit | 754926f25478f23a94bc210708d85f2357446859 (patch) | |
tree | fa8100cbdb090a46ce11b764e2d42007798786d9 /net-im/jabberd/Makefile | |
parent | 4f2a1800cabc9e923e5e0fba66dc8aef8eb3f74d (diff) | |
download | ports-754926f25478f23a94bc210708d85f2357446859.tar.gz ports-754926f25478f23a94bc210708d85f2357446859.zip |
Notes
Diffstat (limited to 'net-im/jabberd/Makefile')
-rw-r--r-- | net-im/jabberd/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 157cf453a5a7..a8350ed2d338 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -58,6 +58,11 @@ CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} AUTHREG+= ldap .endif +.if defined(WITH_PAM) +CONFIGURE_ARGS+=--with-pam +AUTHREG+= pam +.endif + MAN8= c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8 pre-everything:: @@ -67,6 +72,7 @@ pre-everything:: @${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_PAM use PAM for authentication" @${ECHO} pre-install: |