diff options
author | asami <asami@FreeBSD.org> | 1998-10-10 12:52:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-10 12:52:24 +0800 |
commit | 710b312bf183d43b710172b57443cd633119797f (patch) | |
tree | 24952a0b2ed4a13230879c9f164dd348d3f07b2f /x11/kworldwatch | |
parent | 8f3915393e21c8708842eb23456e15cf824b5664 (diff) | |
download | freebsd-ports-gnome-710b312bf183d43b710172b57443cd633119797f.tar.gz freebsd-ports-gnome-710b312bf183d43b710172b57443cd633119797f.tar.zst freebsd-ports-gnome-710b312bf183d43b710172b57443cd633119797f.zip |
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.
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 |