summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-20 06:05:52 +0000
committerjlam <jlam>2001-06-20 06:05:52 +0000
commit1bd573fec1048dd391b305174a0ee008cee441e6 (patch)
treeec4047028cb19a059625445ef169b2e584da2c6a /misc
parenta45cf06eefb009d407953cb742dea0d77bc1a926 (diff)
downloadpkgsrc-1bd573fec1048dd391b305174a0ee008cee441e6.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"