From 7d6ad4e2ef5b3f1deeb4f6aca2ddc76f91669878 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. --- x11/kdelibs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/kdelibs') diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index 01d31779c36..28af4d72623 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/07/14 22:58:13 tron Exp $ +# $NetBSD: Makefile,v 1.15 1998/07/19 21:09:23 tv Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.0/distribution/tar/generic/s MAINTAINER= tron@netbsd.org DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= qt-1.33:../../x11/qt +DEPENDS+= qt-1.40:../../x11/qt DEPENDS+= giflib-3.0:../../graphics/giflib CONFLICTS= kdelibs-2.1b kdelibs-3.1b kdelibs-4.1b @@ -22,7 +22,7 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}" \ "--x-lib=${X11BASE}/lib -L${LOCALBASE}/lib" \ "--datadir=${PREFIX}/share/kde" \ "--with-qt-dir=${PREFIX}" \ - "--with-qt-includes=${X11BASE}/include/qt" + "--with-qt-includes=${PREFIX}/include/qt" CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3