aboutsummaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2009-02-25 11:31:20 +0000
committerRenato Botelho <garga@FreeBSD.org>2009-02-25 11:31:20 +0000
commitd63008fa88a09a1c13ae4f43c3c55d68385ba3b8 (patch)
tree74da65dab72c15c20f48d073ed4193d50143b474 /mail/maildrop
parent71e03e57145942e72294fafd45f7571499310307 (diff)
downloadports-d63008fa88a09a1c13ae4f43c3c55d68385ba3b8.tar.gz
ports-d63008fa88a09a1c13ae4f43c3c55d68385ba3b8.zip
Notes
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 8d42acf907bc..d08fc0deba14 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -80,11 +80,11 @@ post-patch:
@${REINPLACE_CMD} -e "s/l= 72 - szbuf.Length();/l= ${MAILDROP_LOG_COLUMNS} - szbuf.Length();/" \
${WRKSRC}/maildrop/log.C
.if defined(WITH_AUTHLIB)
+ @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \
+ ${WRKSRC}/maildrop/Makefile.in
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep)
.include "${.CURDIR}/../../security/courier-authlib/Makefile.dep"
.endif
- ${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \
- ${WRKSRC}/maildrop/Makefile.in
BUILD_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
CONFIGURE_ARGS+= --enable-authlib