summaryrefslogtreecommitdiff
path: root/x11/kdelibs
diff options
context:
space:
mode:
authortv <tv>1998-07-19 21:09:22 +0000
committertv <tv>1998-07-19 21:09:22 +0000
commit7d6ad4e2ef5b3f1deeb4f6aca2ddc76f91669878 (patch)
tree6cc460bed6aeede05e212c13bcd7bc4326098f50 /x11/kdelibs
parent90e0badede622cf6147cc2a596ee2aa191c85c2c (diff)
downloadpkgsrc-7d6ad4e2ef5b3f1deeb4f6aca2ddc76f91669878.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/Makefile6
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"