diff options
author | adam <adam@pkgsrc.org> | 2013-09-02 19:50:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-09-02 19:50:38 +0000 |
commit | 30b15b560ede65e353f4add7bde4bfdd0303ad98 (patch) | |
tree | 50a1ccd42456eff2c4cb93f6820d39553d73b228 /inputmethod/tomoe-gtk | |
parent | 56b9f74dd087c70b0df81eb1222a569fe08076a3 (diff) | |
download | pkgsrc-30b15b560ede65e353f4add7bde4bfdd0303ad98.tar.gz |
Revbump after cairo update
Diffstat (limited to 'inputmethod/tomoe-gtk')
-rw-r--r-- | inputmethod/tomoe-gtk/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tomoe-gtk/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/tomoe-gtk/Makefile b/inputmethod/tomoe-gtk/Makefile index 9a4879ff229..f9f7705c156 100644 --- a/inputmethod/tomoe-gtk/Makefile +++ b/inputmethod/tomoe-gtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2013/06/06 12:53:58 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2013/09/02 19:50:47 adam Exp $ # DISTNAME= tomoe-gtk-0.6.0 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= inputmethod MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/} diff --git a/inputmethod/tomoe-gtk/buildlink3.mk b/inputmethod/tomoe-gtk/buildlink3.mk index aa630bb8392..a2c560b6add 100644 --- a/inputmethod/tomoe-gtk/buildlink3.mk +++ b/inputmethod/tomoe-gtk/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2013/06/06 12:53:58 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2013/09/02 19:50:47 adam Exp $ BUILDLINK_TREE+= tomoe-gtk @@ -6,7 +6,7 @@ BUILDLINK_TREE+= tomoe-gtk TOMOE_GTK_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0 -BUILDLINK_ABI_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0nb21 +BUILDLINK_ABI_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0nb22 BUILDLINK_PKGSRCDIR.tomoe-gtk?= ../../inputmethod/tomoe-gtk .include "../../inputmethod/tomoe/buildlink3.mk" |