diff options
author | heinz <heinz> | 2004-10-03 22:35:58 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-10-03 22:35:58 +0000 |
commit | 95a71ec1a1e0b867c860211d840c4f817a8c81e9 (patch) | |
tree | bc772aad4b3203f49f8d85cbd9ab5dda6a1de54e /news | |
parent | e0e41eb8998e698b13607c355916bc91879fe48d (diff) | |
download | pkgsrc-95a71ec1a1e0b867c860211d840c4f817a8c81e9.tar.gz |
On NetBSD 1.6.2, slrn needs libiconv. If you were lucky this could be included
indirectly by gettext-lib (if USE_GNU_GETTEXT was defined elsewhere).
Why this did not show up in the bulk builds I do not know.
Thanks go to Michael van Elst for help in tracking this down.
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index f14e733b0a6..070714dd32e 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/10/03 00:18:03 tv Exp $ +# $NetBSD: Makefile,v 1.32 2004/10/03 22:35:58 heinz Exp $ # DISTNAME= slrn-0.9.8.0 @@ -34,6 +34,7 @@ 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" |