summaryrefslogtreecommitdiff
path: root/news/slrn
diff options
context:
space:
mode:
authordholland <dholland>2012-06-23 23:02:58 +0000
committerdholland <dholland>2012-06-23 23:02:58 +0000
commit93074bb5c2a2590c21d5c2a69734960a9542e542 (patch)
tree2d018a13f28b862a6ff227a3b4afae1fb844444a /news/slrn
parentc58c06e7b7407b5e8b5ff663d1788e7ce13b2fbd (diff)
downloadpkgsrc-93074bb5c2a2590c21d5c2a69734960a9542e542.tar.gz
Hack: put libraries in LDFLAGS.SunOS instead of LIBS.SunOS because the
package ignores LIBS.
Diffstat (limited to 'news/slrn')
-rw-r--r--news/slrn/Makefile4
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"