summaryrefslogtreecommitdiff
path: root/x11/kworldwatch
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-07-25 12:42:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-07-25 12:42:49 +0000
commite6e2249dee283d718ed927b21407cf89ff0a07d9 (patch)
treec0735420650623ddd9eb1553673e0f99276882ed /x11/kworldwatch
parentUm, you can't build a port without a Makefile or a do-build target. (diff)
???
=== checking for xdm configuration dir... /usr/X11R6/lib/X11/xdm checking for PAM... no checking for giflib... configure: error: You need giflib23. Please install the kdesupport package *** Error code 1
Notes
Notes: svn path=/head/; revision=12116
Diffstat (limited to 'x11/kworldwatch')
-rw-r--r--x11/kworldwatch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile
index 3582657f272a..60406524a0c3 100644
--- a/x11/kworldwatch/Makefile
+++ b/x11/kworldwatch/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 July 1998
# Whom: Marc G. Fournier <scrappy@freebsd.org>
#
-# $Id: $
+# $Id: Makefile,v 1.1.1.1 1998/07/12 08:39:37 scrappy Exp $
#
DISTNAME= kworldwatch-0.6
@@ -20,6 +20,8 @@ LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs
+BROKEN= upgrade
+
HAS_CONFIGURE= yes
.include <bsd.port.mk>