diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 0901af5e339..bb0052f4a3b 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2012/06/01 00:16:02 dholland Exp $ +# $NetBSD: Makefile,v 1.53 2012/06/23 23:02:58 dholland Exp $ DISTNAME= slrn-0.9.9p1 PKGREVISION= 6 @@ -33,7 +33,7 @@ CONFIGURE_ENV+= INSTALL=/usr/bin/install .endif LDFLAGS.Linux+= -ldl -LIBS.SunOS+= -lsocket -lnsl +LDFLAGS.SunOS+= -lsocket -lnsl .include "../../devel/libslang2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |