summaryrefslogtreecommitdiff
path: root/converters
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 /converters
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 'converters')
-rw-r--r--converters/kdesupport/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/converters/kdesupport/Makefile b/converters/kdesupport/Makefile
index 38e2310dbdc..032d5c6616d 100644
--- a/converters/kdesupport/Makefile
+++ b/converters/kdesupport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/07/14 22:56:40 tron Exp $
+# $NetBSD: Makefile,v 1.10 1998/07/19 21:09:22 tv Exp $
# FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp
#
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.0/distribution/tar/generic/s
MAINTAINER= tron@netbsd.org
-DEPENDS+= qt-1.33:../../x11/qt
+DEPENDS+= qt-1.40:../../x11/qt
CONFLICTS= kdesupport-2.1b kdesupport-3.1b kdesupport-4.1b
@@ -17,8 +17,8 @@ USE_X11= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=${PREFIX}" \
"--datadir=${PREFIX}/share/kde" \
- "--with-qt-includes=${X11BASE}/include/qt" \
- "--with-qt-libraries=${X11BASE}/lib" \
+ "--with-qt-includes=${PREFIX}/include/qt" \
+ "--with-qt-libraries=${PREFIX}/lib" \
"--without-gnu-ld" \
"--without-libjpeg" \
"--without-libgif" \