summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-02-03 15:41:17 +0000
committerwiz <wiz@pkgsrc.org>2010-02-03 15:41:17 +0000
commitcd3d75e0e1face5e1edeecc957e11788fa8c3a36 (patch)
treedf2060085a3092135c757119f0dfc11e1533285d
parentec00e6c90b58969a0a473d1513c1b823ef2d6ed5 (diff)
downloadpkgsrc-cd3d75e0e1face5e1edeecc957e11788fa8c3a36.tar.gz
Bump PKGREVISION for xmlpatterns fix.
-rw-r--r--x11/qt4-libs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt4-libs/Makefile b/x11/qt4-libs/Makefile
index 8569935d77e..c95ee70dc60 100644
--- a/x11/qt4-libs/Makefile
+++ b/x11/qt4-libs/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.42 2010/02/03 14:21:16 adam Exp $
+# $NetBSD: Makefile,v 1.43 2010/02/03 15:41:17 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/qt4-libs/Makefile.common"
PKGNAME= qt4-libs-${QTVERSION}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= C++ X GUI toolkit
# XXX this is to test what really gets installed when 'do-install' is disabled
@@ -44,7 +44,7 @@ do-install:
.endfor
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/uic3 \
${DESTDIR}${QTPREFIX}/bin
-.for incl in corelib gui multimedia network opengl qt3support script scripttools sql svg xml xmlpatterns testlib 3rdparty/webkit/WebCore
+.for incl in corelib gui multimedia network opengl qt3support script scripttools sql svg testlib xml xmlpatterns 3rdparty/webkit/WebCore
cd ${WRKSRC}/src/${incl} && env ${MAKE_ENV} ${INSTALL_ENV} \
${MAKE_PROGRAM} install_flat_headers install_targ_headers install_class_headers
.endfor