summaryrefslogtreecommitdiff
path: root/x11/qt4-qdbus
diff options
context:
space:
mode:
authoradam <adam>2013-07-07 18:13:56 +0000
committeradam <adam>2013-07-07 18:13:56 +0000
commita5ac993af1d6c4fdc9a95cd0730cafb48ae27237 (patch)
tree9e0642d53113988fa92738559297c4caaf0f7724 /x11/qt4-qdbus
parentd0a8a866ab35a52c7d49f92f51348c0be1763d6e (diff)
downloadpkgsrc-a5ac993af1d6c4fdc9a95cd0730cafb48ae27237.tar.gz
Qt 4.8.5 provides overall close to 400 improvements, for example:
35 fixes to Qt Core module 65 fixes to Qt Gui module 21 Mac OS X specific fixes 15 Windows specific fixes 8 Linux/X11 specific fixes Webkit upgrade to 2.2.4 (minor improvements) Change all shmget calls to user-only memory (security) Several important fixes for the VxWorks port in the Qt Enterprise version
Diffstat (limited to 'x11/qt4-qdbus')
-rw-r--r--x11/qt4-qdbus/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/qt4-qdbus/Makefile b/x11/qt4-qdbus/Makefile
index 66600f524ef..7bd4dfd0570 100644
--- a/x11/qt4-qdbus/Makefile
+++ b/x11/qt4-qdbus/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2013/06/06 12:53:42 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2013/07/07 18:13:57 adam Exp $
.include "../../x11/qt4-libs/Makefile.common"
PKGNAME= qt4-qdbus-${QTVERSION}
-PKGREVISION= 5
COMMENT= QT DBus support
CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib
@@ -32,8 +31,8 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/QtDBus.pc ${DESTDIR}${PREFIX}/lib/pkgconfig/
cd ${WRKSRC}/src/dbus && env ${MAKE_ENV} INSTALL_ROOT=${DESTDIR} \
${MAKE_PROGRAM} install_flat_headers install_targ_headers install_class_headers
-.for prog in qdbus qdbuscpp2xml qdbusviewer qdbusxml2cpp
- ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} \
+.for f in qdbus qdbuscpp2xml qdbusviewer qdbusxml2cpp
+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} \
${DESTDIR}${QTPREFIX}/bin
.endfor