pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/slrn Revert last change.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ba4c7e92862
branches:  trunk
changeset: 481447:4ba4c7e92862
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Mon Oct 04 22:57:09 2004 +0000

description:
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:

 news/slrn/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 88f31f65ed1d -r 4ba4c7e92862 news/slrn/Makefile
--- a/news/slrn/Makefile        Mon Oct 04 22:42:51 2004 +0000
+++ b/news/slrn/Makefile        Mon Oct 04 22:57:09 2004 +0000
@@ -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 @@
 
 LDFLAGS.Linux+=        -ldl
 
-.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/libslang/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index