summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2018-09-29 21:42:13 +0000
committerwiedi <wiedi@pkgsrc.org>2018-09-29 21:42:13 +0000
commitbbf0555ec1f5b5ed9097fd986a988b089476e80b (patch)
tree2f67133bb826062a2be49587fd9289c901b8c6f8 /mail
parentfa0ba5cee8fdb3308cd0b705180d6354c3b2b8f4 (diff)
downloadpkgsrc-bbf0555ec1f5b5ed9097fd986a988b089476e80b.tar.gz
msmtp: link network libs on SunOS
Diffstat (limited to 'mail')
-rw-r--r--mail/msmtp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index fa2a48bf362..5e442128dd9 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2018/09/19 09:26:45 leot Exp $
+# $NetBSD: Makefile,v 1.71 2018/09/29 21:42:13 wiedi Exp $
DISTNAME= msmtp-1.8.0
CATEGORIES= mail
@@ -25,6 +25,7 @@ INFO_FILES= yes
PLIST_VARS+= scripts
CPPFLAGS.Interix+= -D__WINSOCK
+LDFLAGS.SunOS+= -lsocket -lnsl
.include "options.mk"