summaryrefslogtreecommitdiff
path: root/deskutils/kproject/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-12 06:29:36 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-12 06:29:36 +0000
commit65edaaa1f5cfb9af7b384788fefd39044f26fc07 (patch)
tree080a5bd8fdcd58d9ce8984e5662f2f2cdf79265d /deskutils/kproject/Makefile
parentFix Version-required comment. (diff)
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 '')
-rw-r--r--deskutils/kproject/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/deskutils/kproject/Makefile b/deskutils/kproject/Makefile
index c7ec96cdf15b..d3f7eeea4166 100644
--- a/deskutils/kproject/Makefile
+++ b/deskutils/kproject/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
-# $Id: Makefile,v 1.2 1998/08/07 22:17:52 asami Exp $
+# $Id: Makefile,v 1.3 1998/08/07 23:56:14 asami Exp $
#
DISTNAME= kproject-0.1
@@ -14,12 +14,11 @@ EXTRACT_SUFX= .tgz
MAINTAINER= hanspb@persbraten.vgs.no
-BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt \
- libtool:${PORTSDIR}/devel/libtool
-LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11-toolkits/qt \
- kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
+BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
+LIB_DEPENDS= kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs
+USE_QT= yes
WRKSRC= ${WRKDIR}/kproject
.include <bsd.port.mk>