diff options
author | wiz <wiz> | 2003-06-06 12:32:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-06 12:32:14 +0000 |
commit | de45196e1ac2800f437ff6721689f6e8809a0637 (patch) | |
tree | 2ff2abdf3d905d26ceb6e47ca7e52d6130db5ed3 /chat/licq-gui-qt | |
parent | 9bd5c6da9395945e750a38afbcb4c938ae0802fa (diff) | |
download | pkgsrc-de45196e1ac2800f437ff6721689f6e8809a0637.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-qt')
-rw-r--r-- | chat/licq-gui-qt/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile index 94ee5c6141c..053acdd7af7 100644 --- a/chat/licq-gui-qt/Makefile +++ b/chat/licq-gui-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/05/06 23:07:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2003/06/06 12:32:15 wiz Exp $ # DISTNAME= licq-1.2.6 @@ -24,7 +24,10 @@ USE_BUILDLINK2= YES GNU_CONFIGURE= YES WRKSRC= ${WRKDIR:=/${DISTNAME}/plugins/qt-gui} -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 "../../x11/qt3-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |