diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-12 06:49:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-12 06:49:21 +0000 |
commit | 8732b8ecb5e81435b65b5989018204503a1d3f98 (patch) | |
tree | 71cd456ded36ace92636edb4d954baade4032ea9 /x11/qt3-tools | |
parent | 0b0d8fd59b941a967d780639611cbfc9c8337318 (diff) | |
download | pkgsrc-8732b8ecb5e81435b65b5989018204503a1d3f98.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/Makefile | 6 |
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 |