diff options
author | wiz <wiz@pkgsrc.org> | 2003-02-23 10:37:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-02-23 10:37:53 +0000 |
commit | 5fbcb2c8114678aa6a8f4dccddbfb7830123157a (patch) | |
tree | 7acf4178212075c06bc2ab966c5e37de8eea45c3 /net/wap-utils | |
parent | 628a8798485caf484af200ab9c4eeda15b49a6d5 (diff) | |
download | pkgsrc-5fbcb2c8114678aa6a8f4dccddbfb7830123157a.tar.gz |
Note missing function as argument to USE_NCURSES (redrawwin, see PR 20038).
Diffstat (limited to 'net/wap-utils')
-rw-r--r-- | net/wap-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wap-utils/Makefile b/net/wap-utils/Makefile index 4f7289d1f4f..6f08abd02b9 100644 --- a/net/wap-utils/Makefile +++ b/net/wap-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/02/23 05:27:25 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2003/02/23 10:37:53 wiz Exp $ # DISTNAME= ap-utils-1.3.1 @@ -13,7 +13,7 @@ COMMENT= Wireless access points UNIX management tool GNU_CONFIGURE= YES USE_BUILDLINK2= YES -USE_NCURSES= YES +USE_NCURSES= # redrawwin() .include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |