summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-09 20:58:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-09 20:58:23 +0000
commite43b9275f894e540c8a45daeba562c88275453f5 (patch)
tree1ab92d1584109fece613d5e62f5f34b84ee8c1ed /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/Makefile5
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