diff options
author | obache <obache> | 2012-09-15 10:03:29 +0000 |
---|---|---|
committer | obache <obache> | 2012-09-15 10:03:29 +0000 |
commit | 82870a0e7cf41332efdec864d6fdc727c40a9794 (patch) | |
tree | 8faf04c1c75d686de4b4032499fe5b2a290498ff /inputmethod/tomoe | |
parent | 3ead1740d30a1cfd9eda491a446873a83ef45792 (diff) | |
download | pkgsrc-82870a0e7cf41332efdec864d6fdc727c40a9794.tar.gz |
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
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 88e33c94371..3ff34b3b69a 100644 --- a/inputmethod/tomoe/Makefile +++ b/inputmethod/tomoe/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2012/03/03 00:12:11 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/15 10:05:17 obache Exp $ # DISTNAME= tomoe-0.6.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= inputmethod MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/} diff --git a/inputmethod/tomoe/buildlink3.mk b/inputmethod/tomoe/buildlink3.mk index 7c58df9c30e..f3be8a44c51 100644 --- a/inputmethod/tomoe/buildlink3.mk +++ b/inputmethod/tomoe/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2012/05/06 17:24:21 dholland Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2012/09/15 10:05:17 obache 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.0nb4 +BUILDLINK_ABI_DEPENDS.tomoe+= tomoe>=0.6.0nb5 BUILDLINK_PKGSRCDIR.tomoe?= ../../inputmethod/tomoe .include "../../devel/glib2/buildlink3.mk" |