diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-30 02:07:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-30 02:07:28 +0000 |
commit | c94a576e69b4028fb885da3e7ad1e4543134e92a (patch) | |
tree | 39e62448467ba012ed6a344d027d3bcb30693bbf /x11/kworldwatch | |
parent | 354b6160fa4d2d865ed06c0d924f40c17b8c2d3e (diff) |
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 c4df71a922f6..0cf3565b85de 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.4 1998/08/12 06:29:36 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/25 10:04:59 asami Exp $ # DISTNAME= kworldwatch-0.6 @@ -20,6 +20,8 @@ LIB_DEPENDS= kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ BROKEN= upgrade +BROKEN_ELF= depends on kdelibs + USE_QT= yes HAS_CONFIGURE= yes |