From efd6402596246f87fcfaddb8aaba5a3971ebd84b Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 28 Mar 2000 00:12:29 +0000 Subject: Change from using qt to qt1. This clears the way to allow Qt to be upgraded to Qt-2 without breaking KDE which still requires Qt-1. --- graphics/kdegraphics/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'graphics/kdegraphics/Makefile') diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index 89d62024946..ccc7dc509ba 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/10/22 01:06:12 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2000/03/28 00:12:30 dmcmahill Exp $ # DISTNAME= kdegraphics-1.1.2 @@ -16,11 +16,10 @@ USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \ - "--with-qt-dir=${PREFIX}" \ - "--with-qt-includes=${PREFIX}/include/qt" + "--with-qt-dir=${X11BASE}/qt1" CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= KDEDIR=${PREFIX} \ CXXFLAGS="${CFLAGS}" \ - all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib" + all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3