diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
commit | 65edaaa1f5cfb9af7b384788fefd39044f26fc07 (patch) | |
tree | 080a5bd8fdcd58d9ce8984e5662f2f2cdf79265d /misc/kwatch | |
parent | 1596221df99f5031117eaee27e868532becd0048 (diff) | |
download | ports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.tar.gz ports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.zip |
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
Notes
Notes:
svn path=/head/; revision=12469
Diffstat (limited to 'misc/kwatch')
-rw-r--r-- | misc/kwatch/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile index 2941be373d3c..0fd44d1801e7 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: Makefile,v 1.1.1.1 1998/06/12 08:50:57 tg Exp $ +# $Id: Makefile,v 1.2 1998/08/07 23:56:40 asami Exp $ # DISTNAME= kwatch-0.3 @@ -13,12 +13,11 @@ MASTER_SITE_SUBDIR= /stable/Beta4/apps/utils MAINTAINER= hanspb@persbraten.vgs.no -BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt -LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11-toolkits/qt \ - jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs +USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ |