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 | 923a1f92484ebd8e75be80dcd54903ea65f7499d (patch) | |
tree | 7bbd0dd9c94c9148f92649d642139c589e102df3 /x11/qt3-libs/Makefile | |
parent | f997592dc0a00b6888f41851e60384d48ffedac0 (diff) | |
download | pkgsrc-923a1f92484ebd8e75be80dcd54903ea65f7499d.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-libs/Makefile')
-rw-r--r-- | x11/qt3-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index 552abf7ffe1..8aa098d9381 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2006/02/25 03:55:57 minskim Exp $ +# $NetBSD: Makefile,v 1.49 2006/03/03 00:53:54 minskim Exp $ PKGNAME= qt3-libs-${QTVERSION} -PKGREVISION= 5 +PKGREVISION= 6 MAINTAINER= adam@NetBSD.org COMMENT= C++ X GUI toolkit |