summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorheinz <heinz>2004-10-04 22:57:09 +0000
committerheinz <heinz>2004-10-04 22:57:09 +0000
commiteffc5df819ae38d1c6d7524a54836fe52010b318 (patch)
treeec62b4ad72e0c53de6bde576cbd69352b21f6826 /news
parent9bd870870519b16d096c3dee74d936c01d2fe5cb (diff)
downloadpkgsrc-effc5df819ae38d1c6d7524a54836fe52010b318.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')
-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"