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 | a9401bac1d95c8649b69ce240e1edead6d864109 (diff) | |
download | ports-e025bbe2f9584207ebcde9232982398a59e7b0c8.tar.gz ports-e025bbe2f9584207ebcde9232982398a59e7b0c8.zip |
Notes
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 |