summaryrefslogtreecommitdiff
path: root/x11/qt3-tools
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-03-12 06:49:21 +0000
committerminskim <minskim@pkgsrc.org>2006-03-12 06:49:21 +0000
commit17ee0d96257ffe8844b8fe31fa7aa8bd2dd7f221 (patch)
tree71cd456ded36ace92636edb4d954baade4032ea9 /x11/qt3-tools
parent36fce353a17f2f202fcb7c181e159c2df8e11996 (diff)
downloadpkgsrc-17ee0d96257ffe8844b8fe31fa7aa8bd2dd7f221.tar.gz
Force to use the libtool mode of qmake, instead of patching the
non-libtool mode to use libool. In this way, qmake will generates valid install commands. This closes PR pkg/29572. Bump qt3-tools PKGREVISION.
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r--x11/qt3-tools/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index 4f4b8e5f144..47da9e806e2 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2006/03/03 00:53:54 minskim Exp $
+# $NetBSD: Makefile,v 1.43 2006/03/12 06:49:21 minskim Exp $
.include "../../mk/bsd.prefs.mk"
# XXX: hack - work round an ICE with GCC 3.3 on sparc
@@ -9,9 +9,11 @@ GCC_REQD+= 3.4
.include "../../x11/qt3-libs/Makefile.common"
PKGNAME= qt3-tools-${QTVERSION}
-PKGREVISION= 4
+PKGREVISION= 5
COMMENT= QT GUI (WYSIWYG) builder and other tools
+DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base
+
CONFIGURE_ARGS+= -I${QTDIR}/include \
-L${QTDIR}/lib