summaryrefslogtreecommitdiff
path: root/news/slrn/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-01 00:16:02 +0000
committerdholland <dholland@pkgsrc.org>2012-06-01 00:16:02 +0000
commit5492c994c96934cc8e65f1b0964e15e230353259 (patch)
tree42c3503b8797375abdaf3d3353438e2ee3980f76 /news/slrn/Makefile
parentf96d5f755f2d2f731ce5d077970bb4bc88b0ce28 (diff)
downloadpkgsrc-5492c994c96934cc8e65f1b0964e15e230353259.tar.gz
LIBS.SunOS+=-lsocket -lnsl
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r--news/slrn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index ed91c8583ee..0901af5e339 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2012/03/03 00:13:49 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2012/06/01 00:16:02 dholland Exp $
DISTNAME= slrn-0.9.9p1
PKGREVISION= 6
@@ -33,6 +33,7 @@ CONFIGURE_ENV+= INSTALL=/usr/bin/install
.endif
LDFLAGS.Linux+= -ldl
+LIBS.SunOS+= -lsocket -lnsl
.include "../../devel/libslang2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"