diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /misc/kwatch/Makefile | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'misc/kwatch/Makefile')
-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 4d8dfe8..2941be3 100644 --- a/misc/kwatch/Makefile +++ b/misc/kwatch/Makefile @@ -3,7 +3,7 @@ # Date created: 23 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/12 08:50:57 tg Exp $ # DISTNAME= kwatch-0.3 @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= /stable/Beta4/apps/utils MAINTAINER= hanspb@persbraten.vgs.no -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt -LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt +LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11-toolkits/qt \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs |