summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authortron <tron>1998-02-23 23:36:45 +0000
committertron <tron>1998-02-23 23:36:45 +0000
commitb588c9b1ffd5213223fdaa8fab34f379aac3a563 (patch)
treeb765574a9ce901a4fdd06f752a075a945426ecdb /net/kdenetwork
parentde7a80cae6520148cffedef71f001a2b2dfd8b8e (diff)
downloadpkgsrc-b588c9b1ffd5213223fdaa8fab34f379aac3a563.tar.gz
Fix location of qt include files.
Diffstat (limited to 'net/kdenetwork')
-rw-r--r--net/kdenetwork/Makefile4
1 files changed, 2 insertions, 2 deletions
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