diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 13:52:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 13:52:28 +0000 |
commit | 32a7c124838375688ca1e0246d30a4bb525caca2 (patch) | |
tree | 5d46c2010ac996386e0a76b2876bae1603835cb0 /news | |
parent | b8a0d4a851ce862f3115ee499d953bd2daa79638 (diff) | |
download | pkgsrc-32a7c124838375688ca1e0246d30a4bb525caca2.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index c3cc3e71d41..df4ea683cef 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/08/04 15:06:56 jschauma Exp $ +# $NetBSD: Makefile,v 1.22 2002/10/09 14:00:57 wiz Exp $ # DISTNAME= slrn-0.9.7.4 @@ -10,6 +10,7 @@ MAINTAINER= mjl@netbsd.org HOMEPAGE= http://slrn.sourceforge.net/ COMMENT= Highly customizable threaded newsreader +USE_BUILDLINK2= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-X --disable-inews --with-slrnpull \ @@ -21,6 +22,6 @@ CONFIGURE_ARGS+=--without-X --disable-inews --with-slrnpull \ # together CONFIGURE_ENV+= INSTALL=/usr/bin/install -.include "../../devel/libslang/buildlink.mk" -.include "../../devel/gettext-lib/buildlink.mk" +.include "../../devel/libslang/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |