summaryrefslogtreecommitdiff
path: root/chat/licq-gui-console
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-06-06 12:32:14 +0000
committerwiz <wiz@pkgsrc.org>2003-06-06 12:32:14 +0000
commitebe24c115cd91c2778bcdb2222a327eb4b0e13fe (patch)
tree2ff2abdf3d905d26ceb6e47ca7e52d6130db5ed3 /chat/licq-gui-console
parent24679eb8332bc0b6be46a39b008e48066019a65e (diff)
downloadpkgsrc-ebe24c115cd91c2778bcdb2222a327eb4b0e13fe.tar.gz
The point of USE_NCURSES comments is to show what is missing,
not state that the package should use ncurses. Fix comments.
Diffstat (limited to 'chat/licq-gui-console')
-rw-r--r--chat/licq-gui-console/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile
index c20929e9d2d..c53cc41887a 100644
--- a/chat/licq-gui-console/Makefile
+++ b/chat/licq-gui-console/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/05/11 08:02:32 jmc Exp $
+# $NetBSD: Makefile,v 1.3 2003/06/06 12:32:14 wiz Exp $
#
DISTNAME= licq-1.2.6
@@ -17,7 +17,10 @@ USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR:=/${DISTNAME}/plugins/console}
-USE_NCURSES= yes # really use ncurses!
+# window.cpp: In method `void CWindow::wprintf(char *, ...)':
+# window.cpp:150: invalid use of undefined type `struct __window'
+# /usr/include/curses.h:220: forward declaration of `struct __window'
+USE_NCURSES= yes
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"