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 | 04995d0719280a4d7c9192ab45aaceb1f2922d13 (patch) | |
tree | fc2995876665f6ee0a2419491b4f38c6dfcbf2a4 /news/slrn | |
parent | 74d16d8ea974b9aa20e3acb2cc8e29615ad3db96 (diff) | |
download | pkgsrc-04995d0719280a4d7c9192ab45aaceb1f2922d13.tar.gz |
Convert to buildlink3 and use LDFLAGS.Linux.
Diffstat (limited to 'news/slrn')
-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" |