summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-20 06:05:52 +0000
committerjlam <jlam@pkgsrc.org>2001-06-20 06:05:52 +0000
commit6ebf9e5f1ab619055dd31bae572fb3cd2d4bd3b3 (patch)
treeec4047028cb19a059625445ef169b2e584da2c6a /misc
parente8f2d09011cd9b4fa09cd4b190f738628113952a (diff)
downloadpkgsrc-6ebf9e5f1ab619055dd31bae572fb3cd2d4bd3b3.tar.gz
Convert to use buildlink.mk file to get ncurses dependency and mark as
USE_BUILDLINK_ONLY.
Diffstat (limited to 'misc')
-rw-r--r--misc/iselect/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile
index 5291757b666..8dd946c8c45 100644
--- a/misc/iselect/Makefile
+++ b/misc/iselect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:58 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/06/20 06:05:52 jlam Exp $
DISTNAME= iselect-1.2.0
CATEGORIES= misc
@@ -8,7 +8,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.engelschall.com/sw/iselect/
COMMENT= Curses based Interactive Selection Tool
-GNU_CONFIGURE= #defined
-USE_CURSES= #defined
+USE_BUILDLINK_ONLY= # defined
+GNU_CONFIGURE= # defined
+.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"