diff options
author | adam <adam> | 2011-09-04 15:42:51 +0000 |
---|---|---|
committer | adam <adam> | 2011-09-04 15:42:51 +0000 |
commit | a8b714b93d06d7c8dee784a4ecaafaa5014a3790 (patch) | |
tree | b04ea15f83099b111c0b0f30c6decc755611577a /x11/qt4-tools/Makefile | |
parent | b01159d55479b9264b62b60b74fd16f081c611ce (diff) | |
download | pkgsrc-a8b714b93d06d7c8dee784a4ecaafaa5014a3790.tar.gz |
Qt 4.7.4 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.7.0. For more details,
refer to the online documentation included in this distribution. The
documentation is also available online.
http:
Diffstat (limited to 'x11/qt4-tools/Makefile')
-rw-r--r-- | x11/qt4-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index 644a3cc4c1e..57aad7a95ed 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.45 2011/08/18 12:34:27 cheusov Exp $ +# $NetBSD: Makefile,v 1.46 2011/09/04 15:42:52 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 |