diff options
author | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
commit | e05e426ab43da6bb48ab55916d999c4d503e688a (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /graphics/evas | |
parent | 6ac78ffb0f037a74145725b7dcfcfa4652d7dd23 (diff) | |
download | pkgsrc-e05e426ab43da6bb48ab55916d999c4d503e688a.tar.gz |
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
Diffstat (limited to 'graphics/evas')
-rw-r--r-- | graphics/evas/Makefile | 4 | ||||
-rw-r--r-- | graphics/evas/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index b0e34612415..d4c199b8b58 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2013/06/03 10:05:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/06/04 22:16:16 tron Exp $ PKGNAME= evas-${EVAS_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Enlightened Canvas Library .include "Makefile.common" diff --git a/graphics/evas/buildlink3.mk b/graphics/evas/buildlink3.mk index 7fc9dee1bef..e323a430955 100644 --- a/graphics/evas/buildlink3.mk +++ b/graphics/evas/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2013/06/03 10:05:09 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2013/06/04 22:16:16 tron Exp $ BUILDLINK_TREE+= evas @@ -6,7 +6,7 @@ BUILDLINK_TREE+= evas EVAS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.evas+= evas>=1.1.0beta -BUILDLINK_ABI_DEPENDS.evas?= evas>=1.1.0nb1 +BUILDLINK_ABI_DEPENDS.evas?= evas>=1.1.0nb2 BUILDLINK_PKGSRCDIR.evas?= ../../graphics/evas .include "../../devel/eet/buildlink3.mk" |