summaryrefslogtreecommitdiff
path: root/chat/licq-gui-qt
diff options
context:
space:
mode:
authorwiz <wiz>2003-06-06 12:32:14 +0000
committerwiz <wiz>2003-06-06 12:32:14 +0000
commitba4c51e5fc0e45c0ce985e2efcd213600b8152fb (patch)
tree2ff2abdf3d905d26ceb6e47ca7e52d6130db5ed3 /chat/licq-gui-qt
parent76cd3c11e7cdb96e0fc5166b2ef4b135daa3eb2c (diff)
downloadpkgsrc-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-qt')
-rw-r--r--chat/licq-gui-qt/Makefile7
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"