diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-09 20:58:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-09 20:58:23 +0000 |
commit | e43b9275f894e540c8a45daeba562c88275453f5 (patch) | |
tree | 1ab92d1584109fece613d5e62f5f34b84ee8c1ed /mail | |
parent | /bin/env -> /usr/bin/env in helper scripts. Bump PORTREVISION. (diff) |
- Adjust dependencies (libhome now provides shared library)
PR: ports/66358
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/lmtpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/lmtpd/Makefile b/mail/lmtpd/Makefile index 654bdf7bc083..3e9c0457ff82 100644 --- a/mail/lmtpd/Makefile +++ b/mail/lmtpd/Makefile @@ -15,8 +15,9 @@ MASTER_SITE_SUBDIR= pll MAINTAINER= kiwi@oav.net COMMENT= LMTP server compliant with RFC 2033 and Maildir++ -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv -BUILD_DEPENDS= ${LOCALBASE}/lib/libhome.a:${PORTSDIR}/misc/libhome +LIB_DEPENDS= home.1:${PORTSDIR}/misc/libhome + +USE_ICONV= yes OPTIONS= PCRE "Support for PCRE" on OPTIONS+= MYSQL "Support for MySQL Queries and Logs" on |