diff options
author | heinz <heinz> | 2004-10-04 22:57:09 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-10-04 22:57:09 +0000 |
commit | edc102773b910970fe13276a0f080ef6db5512b3 (patch) | |
tree | ec62b4ad72e0c53de6bde576cbd69352b21f6826 /news | |
parent | c8ed8c6f4ab8e25be4fe27c3535381fbb4120c02 (diff) | |
download | pkgsrc-edc102773b910970fe13276a0f080ef6db5512b3.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/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" |