diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-06 12:32:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-06 12:32:14 +0000 |
commit | ebe24c115cd91c2778bcdb2222a327eb4b0e13fe (patch) | |
tree | 2ff2abdf3d905d26ceb6e47ca7e52d6130db5ed3 /chat/licq-gui-qt | |
parent | 24679eb8332bc0b6be46a39b008e48066019a65e (diff) | |
download | pkgsrc-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-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" |