diff options
author | tron <tron> | 1998-02-23 23:36:45 +0000 |
---|---|---|
committer | tron <tron> | 1998-02-23 23:36:45 +0000 |
commit | b588c9b1ffd5213223fdaa8fab34f379aac3a563 (patch) | |
tree | b765574a9ce901a4fdd06f752a075a945426ecdb /x11 | |
parent | de7a80cae6520148cffedef71f001a2b2dfd8b8e (diff) | |
download | pkgsrc-b588c9b1ffd5213223fdaa8fab34f379aac3a563.tar.gz |
Fix location of qt include files.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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 |