diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:31:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:31:51 +0000 |
commit | d16b6fb6c219adb2787e8a6ea26f9155ff1652b7 (patch) | |
tree | b5392a5741dd002e0efc3b4d166d2c0bb7d64333 /misc | |
parent | Deinstall without interaction while package building and don't display (diff) |
Use KDE version 1.1 instead of version 1.0.
Notes
Notes:
svn path=/head/; revision=18971
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kwatch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile index 6d99eaa8bec3..4cf361f93f7c 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.9 1998/11/21 07:27:38 steve Exp $ +# $Id: Makefile,v 1.10 1999/03/15 01:58:39 steve Exp $ # DISTNAME= kwatch-0.3 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= stable/1.1/apps/utils MAINTAINER= zerium@webindex.no LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.1:${PORTSDIR}/x11/kdelibs \ - kdeui.1:${PORTSDIR}/x11/kdelibs + kdecore.2:${PORTSDIR}/x11/kdelibs11 \ + kdeui.2:${PORTSDIR}/x11/kdelibs11 USE_QT= yes GNU_CONFIGURE= yes |