summaryrefslogtreecommitdiff
path: root/net/wap-utils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-12-28 00:33:23 +0000
committerwiz <wiz@pkgsrc.org>2003-12-28 00:33:23 +0000
commit3f00579fb0ca98a51770735c4e71de0fc862e919 (patch)
tree4b5157d235c2083da2743beacf5b49f5c562a771 /net/wap-utils
parent38fe4b33fe89d9103eadf2b5e6dee030a0f792de (diff)
downloadpkgsrc-3f00579fb0ca98a51770735c4e71de0fc862e919.tar.gz
-current got redrawwin() -- replace USE_NCURSES
with INCOMPAT_CURSES lines.
Diffstat (limited to 'net/wap-utils')
-rw-r--r--net/wap-utils/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/wap-utils/Makefile b/net/wap-utils/Makefile
index a675311ca00..adb1d84b781 100644
--- a/net/wap-utils/Makefile
+++ b/net/wap-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2003/12/28 00:33:23 wiz Exp $
#
DISTNAME= ap-utils-1.3.2
@@ -15,7 +15,9 @@ COMMENT= Wireless access points UNIX management tool
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
-USE_NCURSES= # redrawwin()
+
+INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
+INCOMPAT_CURSES= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"