diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-20 09:12:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-20 09:12:04 +0000 |
commit | fbbae1aa88718780f3fa4c67cb7fc9aecd0d9893 (patch) | |
tree | bd97f892747452c607fbab6d6f2ad4216708a27f /deskutils | |
parent | 991d4d08c735dd3b845dea7702f5a3614d079be0 (diff) | |
download | ports-fbbae1aa88718780f3fa4c67cb7fc9aecd0d9893.tar.gz ports-fbbae1aa88718780f3fa4c67cb7fc9aecd0d9893.zip |
Could this be one of those that require an old version of qt?
===
:
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -Iversit -O2 -pipe -c eventwidget.cpp
eventwidget.cpp: In method `bool EventWidget::eventFilter(class QObject *, class QEvent *)':
eventwidget.cpp:73: `Event_FocusRestore' undeclared (first use this function)
eventwidget.cpp:73: (Each undeclared identifier is reported only once
eventwidget.cpp:73: for each function it appears in.)
gmake[2]: *** [eventwidget.o] Error 1
gmake[2]: Leaving directory `/usr/ports/deskutils/korganizer/work/korganizer/src'
:
Notes
Notes:
svn path=/head/; revision=12682
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/korganizer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/korganizer/Makefile b/deskutils/korganizer/Makefile index 5734ce444c1f..83a90d364a34 100644 --- a/deskutils/korganizer/Makefile +++ b/deskutils/korganizer/Makefile @@ -3,7 +3,7 @@ # Date created: 23 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id: Makefile,v 1.4 1998/08/07 23:56:14 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/12 06:29:25 asami Exp $ # DISTNAME= korganizer-0.9 @@ -18,6 +18,8 @@ LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs +BROKEN= build + USE_QT= yes HAS_CONFIGURE= yes USE_GMAKE= yes |