From 294f87bc272a26f842fc97c88d7455fb178965c4 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 19 Jul 1998 21:09:22 +0000 Subject: Update qt to 1.40. Use libtool to generate the shared and static library. For dependent pkgs, find qt in ${PREFIX} instead of ${X11BASE} (xpkgwedge-portlint), as all of them are also USE_X11. --- misc/kdeutils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index 05166aa5e05..1234a87a3cb 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/07/14 22:57:13 tron Exp $ +# $NetBSD: Makefile,v 1.17 1998/07/19 21:09:22 tv Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # @@ -11,7 +11,7 @@ MAINTAINER= tron@netbsd.org DEPENDS+= giflib-3.0:../../graphics/giflib DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= qt-1.33:../../x11/qt +DEPENDS+= qt-1.40:../../x11/qt DEPENDS+= kdelibs-1.0:../../x11/kdelibs DEPENDS+= kdebase-1.0:../../x11/kdebase @@ -22,7 +22,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=${PREFX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ "--with-qt-dir=${PREFIX}" \ - "--with-qt-includes=${X11BASE}/include/qt" + "--with-qt-includes=${PREFIX}/include/qt" CONFIGURE_ENV= KDEDIR=${PREFIX} \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ -- cgit v1.2.3