diff options
author | markd <markd@pkgsrc.org> | 2004-08-25 02:20:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-08-25 02:20:23 +0000 |
commit | da7a154ccf91c891373e9833089d1f7833cff639 (patch) | |
tree | 12fd6bb971ee74f65bac7fe2c6ca3fd9f6e3fdf3 /x11 | |
parent | 50409502940fcb337034f8555d2a6a0facf39ab3 (diff) | |
download | pkgsrc-da7a154ccf91c891373e9833089d1f7833cff639.tar.gz |
Bump PKGREVISION for patch to use modern resolver lib.
Noted by wiz.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index 987654ab703..17a02006f2e 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/07/06 16:01:10 reed Exp $ +# $NetBSD: Makefile,v 1.26 2004/08/25 02:20:23 markd Exp $ # LIBQT= ${WRKSRC}/lib/libqt-mt.la @@ -6,6 +6,7 @@ LIBQT= ${WRKSRC}/lib/libqt-mt.la .include "../qt3-libs/Makefile.common" PKGNAME= qt3-libs-${QTVERSION} +PKGREVISION= 1 COMMENT= C++ X GUI toolkit USE_BUILDLINK3= yes |