diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-01 16:30:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-01 16:30:38 +0000 |
commit | 8198f1a079dc8383941bb13dca7ba432d4167041 (patch) | |
tree | 2c74a32f520f712b7bde947b03b5dc87f6ca7dbf /misc/iselect | |
parent | a2bc10608bca8a306e89e8bf82bc8199d76a1aea (diff) | |
download | pkgsrc-8198f1a079dc8383941bb13dca7ba432d4167041.tar.gz |
This package really wants to have autoconf. Give it to it.
Diffstat (limited to 'misc/iselect')
-rw-r--r-- | misc/iselect/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile index 8dd946c8c45..9c84e40a182 100644 --- a/misc/iselect/Makefile +++ b/misc/iselect/Makefile @@ -1,4 +1,5 @@ -# $NetBSD: Makefile,v 1.4 2001/06/20 06:05:52 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/01 16:30:38 wiz Exp $ +# DISTNAME= iselect-1.2.0 CATEGORIES= misc @@ -8,6 +9,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.engelschall.com/sw/iselect/ COMMENT= Curses based Interactive Selection Tool +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf + USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined |