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 /devel/libast | |
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 'devel/libast')
-rw-r--r-- | devel/libast/Makefile | 4 | ||||
-rw-r--r-- | devel/libast/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 5d0de184e9d..eafe70a102d 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2013/06/03 10:04:46 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2013/06/04 22:15:53 tron Exp $ DISTNAME= libast-0.7 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= devel MASTER_SITES= http://www.eterm.org/download/ diff --git a/devel/libast/buildlink3.mk b/devel/libast/buildlink3.mk index 517905210ce..7fa7ea867cf 100644 --- a/devel/libast/buildlink3.mk +++ b/devel/libast/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2013/06/03 10:04:46 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2013/06/04 22:15:53 tron Exp $ BUILDLINK_TREE+= libast @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libast LIBAST_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libast+= libast>=0.5nb5 -BUILDLINK_ABI_DEPENDS.libast+= libast>=0.7nb10 +BUILDLINK_ABI_DEPENDS.libast+= libast>=0.7nb11 BUILDLINK_PKGSRCDIR.libast?= ../../devel/libast .include "../../devel/pcre/buildlink3.mk" |