summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-10-03 22:35:58 +0000
committerheinz <heinz@pkgsrc.org>2004-10-03 22:35:58 +0000
commit028f5adad765118e5992d0842cab84010c88a768 (patch)
treebc772aad4b3203f49f8d85cbd9ab5dda6a1de54e /news
parentd178da5dd752975041d46592f47f2aec61495438 (diff)
downloadpkgsrc-028f5adad765118e5992d0842cab84010c88a768.tar.gz
On NetBSD 1.6.2, slrn needs libiconv. If you were lucky this could be included
indirectly by gettext-lib (if USE_GNU_GETTEXT was defined elsewhere). Why this did not show up in the bulk builds I do not know. Thanks go to Michael van Elst for help in tracking this down.
Diffstat (limited to 'news')
-rw-r--r--news/slrn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index f14e733b0a6..070714dd32e 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/10/03 00:18:03 tv Exp $
+# $NetBSD: Makefile,v 1.32 2004/10/03 22:35:58 heinz Exp $
#
DISTNAME= slrn-0.9.8.0
@@ -34,6 +34,7 @@ CONFIGURE_ENV+= INSTALL=/usr/bin/install
LDFLAGS.Linux+= -ldl
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/libslang/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"