summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/kdegames/Makefile4
-rw-r--r--misc/kdeutils/Makefile4
-rw-r--r--net/kdenetwork/Makefile4
-rw-r--r--x11/kdebase/Makefile4
-rw-r--r--x11/kdelibs/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile
index c6ae3e75957..46910cf29c1 100644
--- a/games/kdegames/Makefile
+++ b/games/kdegames/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $NetBSD: Makefile,v 1.4 1998/01/30 13:58:00 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/02/23 23:36:45 tron Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp
#
@@ -34,7 +34,7 @@ CONFIGURE_ARGS= "--x-inc=${X11BASE}/include -I${PREFIX}/include -I${PREFIX}/incl
"--prefix=${PREFIX}" \
"--datadir=${PREFIX}/share/kde" \
"--with-qt-dir=${PREFIX}" \
- "--with-qt-includes=${PREFIX}/include/qt"
+ "--with-qt-includes=${X11BASE}/include/qt"
WRKSRC= ${WRKDIR}/kdegames
diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile
index 71ad29dc2c8..a51f2a17a57 100644
--- a/misc/kdeutils/Makefile
+++ b/misc/kdeutils/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:25 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/02/23 23:36:45 tron Exp $
# FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp
#
@@ -33,7 +33,7 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}" \
"--x-inc=${X11BASE}/include -I${PREFIX}/include -I${PREFIX}/include/giflib" \
"--x-lib=${X11BASE}/lib -L${PREFIX}/lib" \
"--with-qt-dir=${PREFIX}" \
- "--with-qt-includes=${PREFIX}/include/qt"
+ "--with-qt-includes=${X11BASE}/include/qt"
WRKSRC= ${WRKDIR}/kdeutils
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index c178d39263a..b6802762f13 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:32 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/02/23 23:36:46 tron Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
@@ -37,7 +37,7 @@ CONFIGURE_ARGS= "--x-inc=${X11BASE}/include -I${PREFIX}/include -I${PREFIX}/incl
"--prefix=${PREFIX}" \
"--datadir=${PREFIX}/share/kde" \
"--with-qt-dir=${PREFIX}" \
- "--with-qt-includes=${PREFIX}/include/qt"
+ "--with-qt-includes=${X11BASE}/include/qt"
WRKSRC= ${WRKDIR}/kdenetwork
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index ab7e9cd59fe..a53b7ff31d5 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:51 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/02/23 23:36:46 tron Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
#
@@ -33,7 +33,7 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}" \
"--x-inc=${X11BASE}/include -I${PREFIX}/include -I${PREFIX}/include/giflib" \
"--x-lib=${X11BASE}/lib -L${PREFIX}/lib" \
"--with-qt-dir=${PREFIX}" \
- "--with-qt-includes=${PREFIX}/include/qt"
+ "--with-qt-includes=${X11BASE}/include/qt"
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
WRKSRC= ${WRKDIR}/kdebase
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile
index c7285395a36..3ed877199e1 100644
--- a/x11/kdelibs/Makefile
+++ b/x11/kdelibs/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:52 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/02/23 23:36:46 tron Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
#
@@ -28,7 +28,7 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}" \
"--x-lib=${X11BASE}/lib -L${PREFIX}/lib" \
"--datadir=${PREFIX}/share/kde" \
"--with-qt-dir=${PREFIX}" \
- "--with-qt-includes=${PREFIX}/include/qt"
+ "--with-qt-includes=${X11BASE}/include/qt"
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
WRKSRC= ${WRKDIR}/kdelibs