summaryrefslogtreecommitdiff
path: root/news/slrn
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-10-04 22:57:09 +0000
committerheinz <heinz@pkgsrc.org>2004-10-04 22:57:09 +0000
commit4cc3e7308b6e1368bc5e9a51dd31c320757e62d4 (patch)
treeec62b4ad72e0c53de6bde576cbd69352b21f6826 /news/slrn
parent488e3f44cfb2458c51d1f0989350267c3fe8e23c (diff)
downloadpkgsrc-4cc3e7308b6e1368bc5e9a51dd31c320757e62d4.tar.gz
Revert last change.
slrn does _not_ need libiconv (thanks wiz) despite what it says during configure stage. If package gettext-lib is not installed, slrn builds just fine without libiconv. A fix for this is supposed to be provided in the near future.
Diffstat (limited to 'news/slrn')
-rw-r--r--news/slrn/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index 070714dd32e..caf525135ef 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/10/03 22:35:58 heinz Exp $
+# $NetBSD: Makefile,v 1.33 2004/10/04 22:57:09 heinz Exp $
#
DISTNAME= slrn-0.9.8.0
@@ -34,7 +34,6 @@ 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"