summaryrefslogtreecommitdiff
path: root/x11/qt4-mng
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-11-15 13:05:44 +0000
committeradam <adam@pkgsrc.org>2010-11-15 13:05:44 +0000
commit1ac510becc86fa7c18e7d5cb7f7f3baf757f8a9c (patch)
tree3d170bce6549e2fbfcbb0cf7e03c7d62297a0ccd /x11/qt4-mng
parent116a6de6c5ad63b2e0d3e675573b728027eb27fd (diff)
downloadpkgsrc-1ac510becc86fa7c18e7d5cb7f7f3baf757f8a9c.tar.gz
Changes 4.7.1:
Qt 4.7.1 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://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7. Changes 4.7.0: Qt 4.7 introduces many new features and improvements as well as bugfixes over the 4.6.x series. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7.
Diffstat (limited to 'x11/qt4-mng')
-rw-r--r--x11/qt4-mng/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/qt4-mng/Makefile b/x11/qt4-mng/Makefile
index 6a9099b3419..bd595d3eaaa 100644
--- a/x11/qt4-mng/Makefile
+++ b/x11/qt4-mng/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2010/09/14 11:03:04 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2010/11/15 13:05:45 adam Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/qt4-libs/Makefile.common"
PKGNAME= qt4-mng-${QTVERSION}
-PKGREVISION= 1
COMMENT= QT MNG image format plugin
CONFIGURE_ARGS+= -I${QTDIR}/include
@@ -23,7 +22,7 @@ IMGFMTDIR= ${QTPREFIX}/plugins/imageformats
INSTALLATION_DIRS= ${IMGFMTDIR}
do-install:
- ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+ ${LIBTOOL} --mode=install ${INSTALL_LIB} \
${WRKSRC}/plugins/imageformats/libqmng.la ${DESTDIR}${IMGFMTDIR}
.include "../../x11/qt4-libs/buildlink3.mk"