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/iselect | |
parent | 6a78dd9121e7f42f9ba9f2a65a3af662159fe75d (diff) | |
download | pkgsrc-8eb2b82bacd977a0a02171b9c850649c95dc7207.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'misc/iselect')
-rw-r--r-- | misc/iselect/Makefile | 6 |
1 files changed, 3 insertions, 3 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" |