diff options
author | adam <adam> | 2012-04-09 09:12:49 +0000 |
---|---|---|
committer | adam <adam> | 2012-04-09 09:12:49 +0000 |
commit | df453e44e18706085bd0ba8cd2289c640f88e244 (patch) | |
tree | 8453a60a4785aafe2b612905c62eb2d49d95e83d /x11/qt4-tiff | |
parent | 3534e8b7d0fbc1538117603cd53e4115033b9f09 (diff) | |
download | pkgsrc-df453e44e18706085bd0ba8cd2289c640f88e244.tar.gz |
Changes 4.8.1:
Qt 4.8.1 is the first patch release to the 4.8 series with over 200 functional
improvements to the desktop and embedded platforms. The majority of the error
corrections, made primarily by Digia, have been on desktop and embedded
platforms with a large number of fixes with focus on QtCore, QtGUI and
QtNetwork. These fixes benefit all desktop platforms. Qt 4.8.1 also includes
Mac App Store support.
Diffstat (limited to 'x11/qt4-tiff')
-rw-r--r-- | x11/qt4-tiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-tiff/Makefile b/x11/qt4-tiff/Makefile index 6dc5868ae36..8ebb8bdb460 100644 --- a/x11/qt4-tiff/Makefile +++ b/x11/qt4-tiff/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2012/03/03 00:14:20 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2012/04/09 09:12:50 adam Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-tiff-${QTVERSION} -PKGREVISION= 2 COMMENT= QT TIFF image format plugin CONFIGURE_ARGS+= -I${QTDIR}/include |