diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-13 13:53:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-13 13:53:23 +0000 |
commit | fcc0b5fda026e38aa1efb7f318010e3a69098566 (patch) | |
tree | d235dceb5492df43911f7f1b522b59cc6164c7b2 /inputmethod | |
parent | 22538e12e3f525cd419843289915758a5a78c187 (diff) | |
download | pkgsrc-fcc0b5fda026e38aa1efb7f318010e3a69098566.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index eb9f2bb6971..64e69a4121f 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.45 2010/11/15 22:57:40 abs Exp $ +# $NetBSD: Makefile,v 1.46 2011/01/13 13:53:28 wiz Exp $ # .include "../../inputmethod/uim/Makefile.common" COMMENT= Multilingual input method library -PKGREVISION= 1 +PKGREVISION= 2 CONFLICTS+= uim-qt4-immodule-[0-9]* |