diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-05 07:14:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-05 07:14:47 +0800 |
commit | 2a4c67d581c3fe461cb13e5de9ef6d3930d93401 (patch) | |
tree | 9e4752ba5f81cd115ea3ecafa660ae2df5978e80 | |
parent | 96d41b3b83ec0094f1089b7083915f17dd249973 (diff) | |
download | freebsd-ports-gnome-2a4c67d581c3fe461cb13e5de9ef6d3930d93401.tar.gz freebsd-ports-gnome-2a4c67d581c3fe461cb13e5de9ef6d3930d93401.tar.zst freebsd-ports-gnome-2a4c67d581c3fe461cb13e5de9ef6d3930d93401.zip |
- Unbreak
- Fix build with new libtre
Submitted by: b.f (bf17830@gmail.com)
Reported by: pointyhat
Approved by: maintainer timeout
-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 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 \ |