diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
commit | 5911def8168a758ff36655bdfb061b58eb52ff1c (patch) | |
tree | 55f8bf20a2509b6bfbeff866e548573d549d538e /graphics/camlimages | |
parent | 2c6401a1061bb894c594273db42efd205d73bedc (diff) | |
download | pkgsrc-5911def8168a758ff36655bdfb061b58eb52ff1c.tar.gz |
Recursive revision bump / recommended bump for gettext ABI change.
Diffstat (limited to 'graphics/camlimages')
-rw-r--r-- | graphics/camlimages/Makefile | 3 | ||||
-rw-r--r-- | graphics/camlimages/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index abd87b2c5f5..64cb34c490d 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:04 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/02/05 23:09:28 joerg Exp $ DISTNAME= camlimages-2.2.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ EXTRACT_SUFX= .tgz diff --git a/graphics/camlimages/buildlink3.mk b/graphics/camlimages/buildlink3.mk index 67261328ceb..7784c8f74a2 100644 --- a/graphics/camlimages/buildlink3.mk +++ b/graphics/camlimages/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2005/02/04 22:07:24 adrianp Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2006/02/05 23:09:28 joerg Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ CAMLIMAGES_BUILDLINK3_MK:= ${CAMLIMAGES_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= camlimages .if !empty(CAMLIMAGES_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.camlimages+= camlimages>=2.2.0 +BUILDLINK_RECOMMENDED.camlimages?= camlimages>=2.2.0nb1 BUILDLINK_PKGSRCDIR.camlimages?= ../../graphics/camlimages .endif # CAMLIMAGES_BUILDLINK3_MK |