aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2016-07-14 03:08:25 +0800
committeradamw <adamw@FreeBSD.org>2016-07-14 03:08:25 +0800
commitbb394623641f8d2478c67b4665a87d7060b0426a (patch)
tree5dd5658ca5b8ce5a54bc834e8dbe7a10cf86318e /mail
parent503ff90be98eee3c4fc191c5dc649ae6c8a761c7 (diff)
downloadfreebsd-ports-gnome-bb394623641f8d2478c67b4665a87d7060b0426a.tar.gz
freebsd-ports-gnome-bb394623641f8d2478c67b4665a87d7060b0426a.tar.zst
freebsd-ports-gnome-bb394623641f8d2478c67b4665a87d7060b0426a.zip
Fix typo in LDFLAGS
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index 4c415df71c55..7e5bf56cdb4c 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -145,7 +145,7 @@ WITH_OPENSSL_PORT= yes
.include <bsd.port.pre.mk>
CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC}
-LDFLAGS+= -L${LOCALBASE}/lib -I${OPENSSLLIB}
+LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
post-patch:
@${REINPLACE_CMD} -e 's,/etc/dovecot,${PREFIX}/etc/dovecot,g; \