diff options
author | wiz <wiz> | 2002-10-25 17:51:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-25 17:51:44 +0000 |
commit | 8eb2b82bacd977a0a02171b9c850649c95dc7207 (patch) | |
tree | 58bbadc05662fba108fc5fa970c44e763dfab486 /misc | |
parent | 6a78dd9121e7f42f9ba9f2a65a3af662159fe75d (diff) | |
download | pkgsrc-8eb2b82bacd977a0a02171b9c850649c95dc7207.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/iselect/Makefile | 6 | ||||
-rw-r--r-- | misc/reed/Makefile | 7 | ||||
-rw-r--r-- | misc/vfu/Makefile | 9 |
3 files changed, 11 insertions, 11 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile index e6e6ec1027a..1a7a37a951a 100644 --- a/misc/iselect/Makefile +++ b/misc/iselect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/14 12:54:31 dillo Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/25 17:53:43 wiz Exp $ # DISTNAME= iselect-1.2.0 @@ -9,11 +9,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.engelschall.com/sw/iselect/ COMMENT= Curses based Interactive Selection Tool -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined post-configure: touch ${WRKSRC}/config_ac.h.in -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/reed/Makefile b/misc/reed/Makefile index f4800d10b74..47b516c840e 100644 --- a/misc/reed/Makefile +++ b/misc/reed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/08/07 06:10:35 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/25 17:54:55 wiz Exp $ DISTNAME= reed-4.6 CATEGORIES= misc @@ -9,11 +9,12 @@ HOMEPAGE= http://www.sacredchao.net/software/reed/index.shtml COMMENT= auto-scrolling file viewer GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES +USE_PERL5= YES REPLACE_PERL= scripts/breed scripts/wrap # wgetnstr() INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-U]-* -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 6e8764065c5..72cf6bf84f6 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/08/16 03:12:13 jschauma Exp $ +# $NetBSD: Makefile,v 1.27 2002/10/25 17:58:04 wiz Exp $ # DISTNAME= vfu-3.04 @@ -11,8 +11,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.biscom.net/~cade/away/vfu/ COMMENT= Small, handy, easy-to-use file manager -USE_BUILDLINK_ONLY= # defined -#USE_PERL5= # defined +USE_BUILDLINK2= # defined USE_NCURSES= # defined DOCDIR= ${PREFIX}/share/doc/vfu @@ -47,6 +46,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/vfu.conf ${EGDIR}/vfurc PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL -.include "../../devel/ncurses/buildlink.mk" -.include "../../lang/perl5/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" +.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |