diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-03 00:53:54 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-03 00:53:54 +0000 |
commit | 11d6f9b38de5dea46de2c5235f04da3fb6ff7ff0 (patch) | |
tree | 7bbd0dd9c94c9148f92649d642139c589e102df3 /x11/qt3-tools | |
parent | ca7f608a46fd0aa5353f181f57756f1acce15091 (diff) | |
download | pkgsrc-11d6f9b38de5dea46de2c5235f04da3fb6ff7ff0.tar.gz |
Make qmake and libtool use the same library versioning. Should have
been done when the pkgsrc libtool versioning was changed. This
addresses PR pkg/29572. No recursive bump because the major version
number is not affected by this.
Bump PKGREVISION for qt3-libs and qt3-tools.
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r-- | x11/qt3-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index aeb6ca623a1..4f4b8e5f144 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/02/17 23:26:26 adam Exp $ +# $NetBSD: Makefile,v 1.42 2006/03/03 00:53:54 minskim Exp $ .include "../../mk/bsd.prefs.mk" # XXX: hack - work round an ICE with GCC 3.3 on sparc @@ -9,7 +9,7 @@ GCC_REQD+= 3.4 .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= QT GUI (WYSIWYG) builder and other tools CONFIGURE_ARGS+= -I${QTDIR}/include \ |