diff options
author | asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
commit | 8a7e60c34586bb5267b5568f4aaf008466293240 (patch) | |
tree | 0eb60edc356664a1c6e82fcb4123098fa93c8c33 /x11/kworldwatch | |
parent | f76f8647163274d25404da963254d945f45f725a (diff) | |
download | FreeBSD-ports-8a7e60c34586bb5267b5568f4aaf008466293240.zip FreeBSD-ports-8a7e60c34586bb5267b5568f4aaf008466293240.tar.gz |
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
Diffstat (limited to 'x11/kworldwatch')
-rw-r--r-- | x11/kworldwatch/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index ba76506..035b189 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.2 1998/07/25 12:42:49 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/07 23:56:54 asami Exp $ # DISTNAME= kworldwatch-0.6 @@ -14,14 +14,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= scrappy@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt -LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11-toolkits/qt \ - kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ +LIB_DEPENDS= kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs BROKEN= upgrade +USE_QT= yes HAS_CONFIGURE= yes .include <bsd.port.mk> |