diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-05-04 14:09:58 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-05-04 14:09:58 +0000 |
commit | 14f1b18fe5350c557f383c11bbc29344d8237f02 (patch) | |
tree | 96286d2de0fa19cf735f5f784cf13366c4a804d4 /mail/tpop3d/Makefile | |
parent | 614bb476b13c51f07dd46b8ce8913def7ec6450a (diff) | |
download | ports-14f1b18fe5350c557f383c11bbc29344d8237f02.tar.gz ports-14f1b18fe5350c557f383c11bbc29344d8237f02.zip |
Notes
Diffstat (limited to 'mail/tpop3d/Makefile')
-rw-r--r-- | mail/tpop3d/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index 8c007a9948f3..83249dbecb96 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tpop3d -PORTVERSION= 1.3.5 +PORTVERSION= 1.4.1 CATEGORIES= mail MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/ @@ -16,6 +16,9 @@ MAINTAINER= chris@shagged.org .if !defined(WITHOUT_MYSQL) LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .endif +.if defined(WITH_LDAP) +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +.endif # perl authentication .if defined(WITH_PERLAUTH) @@ -33,6 +36,9 @@ CONFIGURE_ARGS+= --enable-auth-mysql --with-mysql-root=${LOCALBASE} .if defined(WITH_PERLAUTH) CONFIGURE_ARGS+= --enable-auth-perl .endif +.if defined(WITH_LDAP) +CONFIGURE_ARGS+= --enable-auth-ldap --with-openldap-root=${LOCALBASE} +.endif .if !defined(WITHOUT_MAILDIR) CONFIGURE_ARGS+= --enable-mbox-maildir .endif |