diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-06 12:40:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-06 12:40:37 +0000 |
commit | 1e1719147b0ed91ea2f2ffaced514524f6f62826 (patch) | |
tree | 93aeead30f52121c8361033b50e4b482c960b067 /inputmethod/tomoe | |
parent | b2a1b777d4759988887adb98198bf47cf0488992 (diff) | |
download | pkgsrc-1e1719147b0ed91ea2f2ffaced514524f6f62826.tar.gz |
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
Diffstat (limited to 'inputmethod/tomoe')
-rw-r--r-- | inputmethod/tomoe/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tomoe/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/tomoe/Makefile b/inputmethod/tomoe/Makefile index ca561cad1e4..bb222b79119 100644 --- a/inputmethod/tomoe/Makefile +++ b/inputmethod/tomoe/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2011/04/22 13:42:25 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/06 12:40:45 wiz Exp $ # DISTNAME= tomoe-0.6.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= inputmethod MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/} diff --git a/inputmethod/tomoe/buildlink3.mk b/inputmethod/tomoe/buildlink3.mk index abb19e985b6..2e7694f308c 100644 --- a/inputmethod/tomoe/buildlink3.mk +++ b/inputmethod/tomoe/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2011/04/22 13:42:25 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2012/02/06 12:40:45 wiz Exp $ BUILDLINK_TREE+= tomoe @@ -6,7 +6,7 @@ BUILDLINK_TREE+= tomoe TOMOE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.tomoe+= tomoe>=0.6.0 -BUILDLINK_ABI_DEPENDS.tomoe?= tomoe>=0.6.0nb2 +BUILDLINK_ABI_DEPENDS.tomoe?= tomoe>=0.6.0nb3 BUILDLINK_PKGSRCDIR.tomoe?= ../../inputmethod/tomoe .include "../../devel/glib2/buildlink3.mk" |