diff options
author | tv <tv> | 1998-07-19 21:09:22 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-19 21:09:22 +0000 |
commit | 603df8c8f9669b788c78c70ba5d9cafc76a1d064 (patch) | |
tree | 6cc460bed6aeede05e212c13bcd7bc4326098f50 /x11/kdelibs | |
parent | 7478124848098f4776339e7770bef17be3cb854f (diff) | |
download | pkgsrc-603df8c8f9669b788c78c70ba5d9cafc76a1d064.tar.gz |
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.
Diffstat (limited to 'x11/kdelibs')
-rw-r--r-- | x11/kdelibs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |