diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-10 04:52:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-10 04:52:24 +0000 |
commit | e025bbe2f9584207ebcde9232982398a59e7b0c8 (patch) | |
tree | 6738596e6639bcff7391cb5b3ad210f6e4b20d10 /x11/kworldwatch | |
parent | Explictly depend on emacs19 and use emacs19 for byte-compiling, since (diff) |
So, I gave you giflib, you don't like my giflib. Fine, go broke!
===
checking for getsecretkey... no
checking for X... /usr/X11R6/bin/X
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
Stop.
Notes
Notes:
svn path=/head/; revision=13836
Diffstat (limited to 'x11/kworldwatch')
-rw-r--r-- | x11/kworldwatch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index 1f906a6b4838..a0b02912e5f4 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: Makefile,v 1.8 1998/10/09 23:44:14 asami Exp $ +# $Id: Makefile,v 1.9 1998/10/09 23:47:06 asami Exp $ # DISTNAME= kworldwatch-0.6 @@ -19,6 +19,8 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ kdeui.1:${PORTSDIR}/x11/kdelibs \ kfm.1:${PORTSDIR}/x11/kdelibs +BROKEN= giflib + USE_QT= yes HAS_CONFIGURE= yes |