diff options
author | sbd <sbd> | 2011-11-01 06:00:33 +0000 |
---|---|---|
committer | sbd <sbd> | 2011-11-01 06:00:33 +0000 |
commit | 89159dcf48d61796bab26ca26e9f87dae2511ddd (patch) | |
tree | 5a8343f32e931a9739ef2ef1fa16f00e7977f25c /graphics/agg | |
parent | abfdf0cd43ca0c1929d9045edf9c85314384fce5 (diff) | |
download | pkgsrc-89159dcf48d61796bab26ca26e9f87dae2511ddd.tar.gz |
Recursive bump for graphics/freetype2 buildlink addition.
Diffstat (limited to 'graphics/agg')
-rw-r--r-- | graphics/agg/Makefile | 3 | ||||
-rw-r--r-- | graphics/agg/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 73eb5c7ae30..63d26767940 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/01/20 12:46:07 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2011/11/01 06:01:25 sbd Exp $ # DISTNAME= agg-2.5 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ diff --git a/graphics/agg/buildlink3.mk b/graphics/agg/buildlink3.mk index 26e0580757a..3cc5f97365f 100644 --- a/graphics/agg/buildlink3.mk +++ b/graphics/agg/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:24:36 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2011/11/01 06:01:25 sbd Exp $ # BUILDLINK_TREE+= agg @@ -7,6 +7,7 @@ BUILDLINK_TREE+= agg AGG_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.agg+= agg>=2.5 +BUILDLINK_ABI_DEPENDS.agg?= agg>=2.5nb1 BUILDLINK_PKGSRCDIR.agg?= ../../graphics/agg .include "../../graphics/freetype2/buildlink3.mk" |