diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 17:51:20 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 17:51:20 +0000 |
commit | 8411ec28e161236e93e58abf2b1cab94d90608c9 (patch) | |
tree | fc2995876665f6ee0a2419491b4f38c6dfcbf2a4 /news | |
parent | 0c6a287e4a3eaba2f8643a131e2cb93701764e81 (diff) | |
download | pkgsrc-8411ec28e161236e93e58abf2b1cab94d90608c9.tar.gz |
Convert to buildlink3 and use LDFLAGS.Linux.
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 107b0f118a8..5a8a244b6ba 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2003/10/27 21:48:27 cube Exp $ +# $NetBSD: Makefile,v 1.30 2004/04/11 17:51:20 snj Exp $ # DISTNAME= slrn-0.9.8.0 @@ -15,7 +15,7 @@ MAINTAINER= mjl@NetBSD.org HOMEPAGE= http://slrn.sourceforge.net/ COMMENT= Highly customizable threaded newsreader -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-inews --with-slrnpull --enable-spool \ @@ -31,10 +31,8 @@ CONFIGURE_ARGS+=--disable-inews --with-slrnpull --enable-spool \ CONFIGURE_ENV+= INSTALL=/usr/bin/install .endif -.if ${OPSYS} == "Linux" -LDFLAGS+= -ldl -.endif +LDFLAGS.Linux+= -ldl -.include "../../devel/libslang/buildlink2.mk" -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/libslang/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |