diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-03 15:41:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-03 15:41:17 +0000 |
commit | cd3d75e0e1face5e1edeecc957e11788fa8c3a36 (patch) | |
tree | df2060085a3092135c757119f0dfc11e1533285d /x11 | |
parent | ec00e6c90b58969a0a473d1513c1b823ef2d6ed5 (diff) | |
download | pkgsrc-cd3d75e0e1face5e1edeecc957e11788fa8c3a36.tar.gz |
Bump PKGREVISION for xmlpatterns fix.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-libs/Makefile | 6 |
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 |