diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-12-15 09:43:58 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-12-15 09:43:58 +0000 |
commit | a40764aaacf2063d9d0543c4aa064357deaff8b4 (patch) | |
tree | 467c1a04dd9c203cf976bd34485d36449f106ba8 /inputmethod | |
parent | a099886b543024569c1362bfa18c7ef622877de2 (diff) | |
download | pkgsrc-a40764aaacf2063d9d0543c4aa064357deaff8b4.tar.gz |
Revbump from qt5* updates
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/qt5-uim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/qt5-uim/Makefile b/inputmethod/qt5-uim/Makefile index 9a711c898da..93ab951e7dc 100644 --- a/inputmethod/qt5-uim/Makefile +++ b/inputmethod/qt5-uim/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2013/12/15 09:43:58 ryoon Exp $ .include "../../x11/qt5/Makefile.common" DISTNAME= uim-1.8.6 PKGNAME= qt5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://uim.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 |