diff options
author | wiz <wiz> | 2003-06-06 12:32:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-06 12:32:14 +0000 |
commit | ba4c51e5fc0e45c0ce985e2efcd213600b8152fb (patch) | |
tree | 2ff2abdf3d905d26ceb6e47ca7e52d6130db5ed3 /chat/licq-gui-console | |
parent | 76cd3c11e7cdb96e0fc5166b2ef4b135daa3eb2c (diff) | |
download | pkgsrc-ba4c51e5fc0e45c0ce985e2efcd213600b8152fb.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/Makefile | 7 |
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" |