diff options
author | drochner <drochner@pkgsrc.org> | 2010-09-03 13:47:12 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-09-03 13:47:12 +0000 |
commit | 466738fa921f5046d3af4f50473cc65180b8413c (patch) | |
tree | 783ab33871905794805619d8642925c6e85083b0 /x11/qt4-tools | |
parent | fec74f3707106fb1c5c9a5e7838112807a4fe40f (diff) | |
download | pkgsrc-466738fa921f5046d3af4f50473cc65180b8413c.tar.gz |
make that the "silent" qmake feature flag is silently ignored, it is
incompatible with the way libtool support was hacked in (we were getting
something like "libtool --mode=compile echo compiling foo && cc foo.c ...")
bump PKGREVISION
Diffstat (limited to 'x11/qt4-tools')
-rw-r--r-- | x11/qt4-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index c705356b187..73141ab1c3b 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.33 2010/07/04 06:00:15 adam Exp $ +# $NetBSD: Makefile,v 1.34 2010/09/03 13:47:12 drochner Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" +PKGREVISION= 1 + PKGNAME= qt4-tools-${QTVERSION} COMMENT= QT GUI (WYSIWYG) builder and other tools |