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 /misc/kwatch | |
parent | 354b6160fa4d2d865ed06c0d924f40c17b8c2d3e (diff) | |
download | ports-c94a576e69b4028fb885da3e7ad1e4543134e92a.tar.gz ports-c94a576e69b4028fb885da3e7ad1e4543134e92a.zip |
Notes
Diffstat (limited to 'misc/kwatch')
-rw-r--r-- | misc/kwatch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile index bb43f6f6a648..fd2244abf4b0 100644 --- a/misc/kwatch/Makefile +++ b/misc/kwatch/Makefile @@ -3,7 +3,7 @@ # Date created: 23 May 1998 # Whom: Hans Petter Bieker <zerium@webindex.no> # -# $Id: Makefile,v 1.5 1998/08/30 18:12:41 steve Exp $ +# $Id: Makefile,v 1.6 1998/09/15 11:46:01 asami Exp $ # DISTNAME= kwatch-0.3 @@ -17,6 +17,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs +BROKEN_ELF= depends on kdelibs + USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes |