diff options
author | adam <adam@pkgsrc.org> | 2010-02-02 14:05:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-02-02 14:05:59 +0000 |
commit | a3f3f811539209429ca7d1da0feb938a34b336d9 (patch) | |
tree | e7a7b918524ee0e0bfab0ba77c18978dfb96ac3d /x11/qt4-tools | |
parent | 4415c081669054af5732446b8c97893bd31dfcd2 (diff) | |
download | pkgsrc-a3f3f811539209429ca7d1da0feb938a34b336d9.tar.gz |
* Exceptions enabled
* Build and install XmlPatters
* MNG moved to qt4-mng
Diffstat (limited to 'x11/qt4-tools')
-rw-r--r-- | x11/qt4-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index 74d68dd6382..8e1559f5088 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.29 2010/01/29 18:19:09 adam Exp $ +# $NetBSD: Makefile,v 1.30 2010/02/02 14:06:00 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-tools-${QTVERSION} +PKGREVISION= 1 COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base |