diff options
author | wiz <wiz> | 2002-10-09 13:52:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 13:52:28 +0000 |
commit | 8205d7e75cbe4096cde8c5a772a53e199881837b (patch) | |
tree | 5d46c2010ac996386e0a76b2876bae1603835cb0 /news | |
parent | e4950a6293ffd3ba4e0e56bb3b23bf4f8a6275fa (diff) | |
download | pkgsrc-8205d7e75cbe4096cde8c5a772a53e199881837b.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" |