From 06ef01b602326edbfe21f0928ad10169ca0cf7a9 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 23 Feb 1998 23:36:45 +0000 Subject: Fix location of qt include files. --- misc/kdeutils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/kdeutils/Makefile') 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 # -# $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 -- cgit v1.2.3