summaryrefslogtreecommitdiff
path: root/net/tn5250/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tn5250/Makefile')
-rw-r--r--net/tn5250/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile
index a2d2cc5dc75..97a60fd47aa 100644
--- a/net/tn5250/Makefile
+++ b/net/tn5250/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/10/23 17:19:13 asau Exp $
+# $NetBSD: Makefile,v 1.22 2014/02/24 13:11:53 wiedi Exp $
#
DISTNAME= tn5250-0.12.51
@@ -13,5 +13,7 @@ COMMENT= Implementation of the IBM 5250 telnet protocol
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
+LDFLAGS.SunOS+= -lsocket -lnsl -lxnet
+
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"