diff options
author | wiz <wiz> | 2003-01-24 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-24 13:36:17 +0000 |
commit | 35b0281705bccb81c8b1f6a32921e1164856a34a (patch) | |
tree | 9c4dd5c4a53e387166028cad038a33be1a4af87b /chat/naim | |
parent | 6cd0c964ad97c567ec8430d4002f578bd6bbd5bf (diff) | |
download | pkgsrc-35b0281705bccb81c8b1f6a32921e1164856a34a.tar.gz |
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Diffstat (limited to 'chat/naim')
-rw-r--r-- | chat/naim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index b01791b77d3..c1c42c46c81 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/12/23 16:14:38 cjep Exp $ +# $NetBSD: Makefile,v 1.9 2003/01/24 13:36:18 wiz Exp $ # DISTNAME= naim-0.11.4.9 @@ -14,8 +14,7 @@ GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -# newpad, keyname, wattr_get, wattr_set, pnoutrefresh, use_default_colors -USE_NCURSES= YES +USE_NCURSES= # keyname, wattr_get, wattr_set .include "../../devel/ncurses/buildlink2.mk" .include "../../devel/readline/buildlink2.mk" |