summaryrefslogtreecommitdiff
path: root/deskutils/korganizer/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-20 09:12:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-20 09:12:04 +0000
commitfbbae1aa88718780f3fa4c67cb7fc9aecd0d9893 (patch)
treebd97f892747452c607fbab6d6f2ad4216708a27f /deskutils/korganizer/Makefile
parentI couldn't test this, since it died partway through the build, but (diff)
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/korganizer/Makefile')
-rw-r--r--deskutils/korganizer/Makefile4
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