diff options
author | wiz <wiz> | 2012-03-03 00:11:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-03-03 00:11:51 +0000 |
commit | c5c7f9d8352a94df09dedc33b33031df23a57741 (patch) | |
tree | a1c602ef4a7cc8ff28e093a91e96ec5a529d4fa0 /inputmethod/tomoe | |
parent | 5c064ff5c1c6267754f3f60cc30d581f6044767a (diff) | |
download | pkgsrc-c5c7f9d8352a94df09dedc33b33031df23a57741.tar.gz |
Recursive bump for pcre-8.30* (shlib major change)
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 bb222b79119..88e33c94371 100644 --- a/inputmethod/tomoe/Makefile +++ b/inputmethod/tomoe/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2012/02/06 12:40:45 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/03/03 00:12:11 wiz Exp $ # DISTNAME= tomoe-0.6.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= inputmethod MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/} diff --git a/inputmethod/tomoe/buildlink3.mk b/inputmethod/tomoe/buildlink3.mk index 2e7694f308c..7c42c739f52 100644 --- a/inputmethod/tomoe/buildlink3.mk +++ b/inputmethod/tomoe/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2012/02/06 12:40:45 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2012/03/03 00:12:11 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.0nb3 +BUILDLINK_ABI_DEPENDS.tomoe?= tomoe>=0.6.0nb4 BUILDLINK_PKGSRCDIR.tomoe?= ../../inputmethod/tomoe .include "../../devel/glib2/buildlink3.mk" |