diff options
author | pav <pav@FreeBSD.org> | 2004-05-10 04:58:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-10 04:58:23 +0800 |
commit | f99077f421dfdd54fa08a3fbddcc42276e762f39 (patch) | |
tree | d53a3c4d79391bcce8d28da802479a051c006758 /mail/lmtpd/Makefile | |
parent | fa90b1d9cb75f5492f8f39d29fdba58a80fc468c (diff) | |
download | freebsd-ports-gnome-f99077f421dfdd54fa08a3fbddcc42276e762f39.tar.gz freebsd-ports-gnome-f99077f421dfdd54fa08a3fbddcc42276e762f39.tar.zst freebsd-ports-gnome-f99077f421dfdd54fa08a3fbddcc42276e762f39.zip |
- Adjust dependencies (libhome now provides shared library)
PR: ports/66358
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Diffstat (limited to 'mail/lmtpd/Makefile')
-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 |