aboutsummaryrefslogtreecommitdiff
path: root/mail/lmtpd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-01-04 23:14:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-01-04 23:14:47 +0000
commit1f563001317575c7ddc4e36254c8f6a5be6534e4 (patch)
treeecfe5145a18ebd58d91342c02bd1ddd98a6a6874 /mail/lmtpd
parentbd2220da1bf4fa56d0a35eda1bf97c005fb11638 (diff)
downloadports-1f563001317575c7ddc4e36254c8f6a5be6534e4.tar.gz
ports-1f563001317575c7ddc4e36254c8f6a5be6534e4.zip
Notes
Diffstat (limited to 'mail/lmtpd')
-rw-r--r--mail/lmtpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/lmtpd/Makefile b/mail/lmtpd/Makefile
index adec844f2d85..baa4d9dc7163 100644
--- a/mail/lmtpd/Makefile
+++ b/mail/lmtpd/Makefile
@@ -16,8 +16,6 @@ COMMENT= LMTP server compliant with RFC 2033 and Maildir++
LIB_DEPENDS= home.1:${PORTSDIR}/misc/libhome
-BROKEN= does not compile
-
USE_ICONV= yes
OPTIONS= PCRE "Support for PCRE" on
@@ -99,6 +97,9 @@ post-patch:
${WRKSRC}/configure ; \
fi
.endif
+.if defined(WITH_TRE)
+ @${REINPLACE_CMD} -e "s|tre_r|libmtpd_&|g" ${WRKSRC}/re/re-tre.c
+.endif
post-install:
${INSTALL_DATA} ${WRKSRC}/samples/lmtpd.conf \