diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 23:34:49 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 23:34:49 +0000 |
commit | 1b5cd1318361a53c6f9ab4d1c50b6d2ca6ae96a5 (patch) | |
tree | 7e3da3f6d59e43f6b70b47e0519ebaa7422b80fb /x11/kworldwatch | |
parent | e96ccce158cf8eaf57dd551ae52aaeb3ffbc2e55 (diff) |
Notes
Diffstat (limited to 'x11/kworldwatch')
-rw-r--r-- | x11/kworldwatch/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index a0b02912e5f4..ceb0a67d46cd 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.9 1998/10/09 23:47:06 asami Exp $ +# $Id: Makefile,v 1.10 1998/10/10 04:52:24 asami Exp $ # DISTNAME= kworldwatch-0.6 @@ -19,9 +19,7 @@ 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 +GNU_CONFIGURE= yes .include <bsd.port.mk> |