diff options
author | garga <garga@FreeBSD.org> | 2009-02-25 19:31:20 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-02-25 19:31:20 +0800 |
commit | 7b0c66d35f1e4f42a09572ad1790f3b9ceacca87 (patch) | |
tree | abcdba7bef327f79734fc4bc6e20234e5249ec54 /mail | |
parent | d22bcd940e83face56c15dc840dd192025619299 (diff) | |
download | freebsd-ports-gnome-7b0c66d35f1e4f42a09572ad1790f3b9ceacca87.tar.gz freebsd-ports-gnome-7b0c66d35f1e4f42a09572ad1790f3b9ceacca87.tar.zst freebsd-ports-gnome-7b0c66d35f1e4f42a09572ad1790f3b9ceacca87.zip |
- My last commit didn't fix the problem, actually, i was not reproducing it
accordingly, now real fix.
Reported by: Yasuhiro KIMURA <yasu@utahime.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/maildrop/Makefile | 4 |
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 |