summaryrefslogtreecommitdiff
path: root/deskutils
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
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 'deskutils')
-rw-r--r--deskutils/kcharselect/Makefile7
-rw-r--r--deskutils/korganizer/Makefile7
-rw-r--r--deskutils/kproject/Makefile9
3 files changed, 10 insertions, 13 deletions
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
index 3f4c9da12b4d..74c7eb8dd56e 100644
--- a/deskutils/kcharselect/Makefile
+++ b/deskutils/kcharselect/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.15 1998/07/23 20:52:01 se Exp $
+# $Id: Makefile,v 1.16 1998/08/07 23:56:40 asami Exp $
#
DISTNAME= kdeutils-1.0
@@ -13,9 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
MAINTAINER= se@freebsd.org
-BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140
-LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \
- gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
+LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
kdeui\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
@@ -24,6 +22,7 @@ LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \
kfm\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs
+USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
diff --git a/deskutils/korganizer/Makefile b/deskutils/korganizer/Makefile
index f8c723648512..5734ce444c1f 100644
--- a/deskutils/korganizer/Makefile
+++ b/deskutils/korganizer/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
-# $Id: Makefile,v 1.3 1998/08/07 22:17:52 asami Exp $
+# $Id: Makefile,v 1.4 1998/08/07 23:56:14 asami Exp $
#
DISTNAME= korganizer-0.9
@@ -13,13 +13,12 @@ MASTER_SITE_SUBDIR= unstable/apps/office
MAINTAINER= hanspb@persbraten.vgs.no
-BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt
-LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11-toolkits/qt \
- gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
+LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs
+USE_QT= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
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>