summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/maildrop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 10b9408ca9c6..06269338df30 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -116,7 +116,7 @@ CONFIGURE_ARGS+= --disable-authlib
.endif
post-patch-INOTIFY-on:
- @${REINPLACE_CMD} -e 's|LIBS = @LIBS@|& ${LOCALBASE}/lib/libinotify.a /usr/lib/libpthread.a|' \
+ @${REINPLACE_CMD} -e 's|LIBS = @LIBS@|& ${LOCALBASE}/lib/libinotify.a -lpthread|' \
${WRKSRC}/libs/maildir/Makefile.in
post-configure-INOTIFY-on: