diff options
author | heinz <heinz@pkgsrc.org> | 2004-10-04 22:57:09 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-10-04 22:57:09 +0000 |
commit | 7f62b75909448081c7175758dd0160c217432fb1 (patch) | |
tree | ec62b4ad72e0c53de6bde576cbd69352b21f6826 /news/slrn | |
parent | 13ccd940877bc5c8f7cc00e11243218332ae2d27 (diff) | |
download | pkgsrc-7f62b75909448081c7175758dd0160c217432fb1.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/Makefile | 3 |
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" |