diff options
author | markd <markd@pkgsrc.org> | 2007-03-18 20:59:35 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-03-18 20:59:35 +0000 |
commit | 2e4bceb7d7567917b7a0b1c5b9117ee05339962f (patch) | |
tree | 3b3a28627a26b38f73cd8894ad306f84cd758b2e /x11/qt3-libs/Makefile | |
parent | 9af5e3d8d42ef7e783bc42012e89adb3bf8435b6 (diff) | |
download | pkgsrc-2e4bceb7d7567917b7a0b1c5b9117ee05339962f.tar.gz |
Add patches from Dirk Mueller of KDE to fix font selection issues
with Asian fonts. Bump PKGREVISION.
Diffstat (limited to 'x11/qt3-libs/Makefile')
-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 7508b0cf6a7..154e84f029c 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2007/03/17 20:43:23 rillig Exp $ +# $NetBSD: Makefile,v 1.62 2007/03/18 20:59:35 markd Exp $ PKGNAME= qt3-libs-${QTVERSION} +PKGREVISION= 1 MAINTAINER= adam@NetBSD.org COMMENT= C++ X GUI toolkit |