pkgsrc/x11/ocaml-lablgtk/buildlink3.mk
jaapb be01dbe9af This is not actually a version update, yet it is. The story: on the
ocamlcore forge, the file downloaded doesn't depend on the filename, but
on the number at the end of the URL. I forgot to update that last time
around, so it was still downloading (and hence installing) 2.18.2 at that
point. I have corrected this now - the version being installed is
definitely 2.18.3. Have bumped the PKGREVISION to make sure things get
reinstalled.
2015-06-30 11:13:39 +00:00

22 lines
668 B
Makefile

# $NetBSD: buildlink3.mk,v 1.5 2015/06/30 11:13:39 jaapb Exp $
BUILDLINK_TREE+= ocaml-lablgtk
.if !defined(OCAML_LABLGTK_BUILDLINK3_MK)
OCAML_LABLGTK_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-lablgtk+= ocaml-lablgtk>=2.6.0nb3
BUILDLINK_ABI_DEPENDS.ocaml-lablgtk+= ocaml-lablgtk>=2.18.3nb4
BUILDLINK_PKGSRCDIR.ocaml-lablgtk?= ../../x11/ocaml-lablgtk
# gnome-panel must be exposed if and only if we built with it
pkgbase := ocaml-lablgtk
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk:Mgnomecanvas)
. include "../../x11/gnome-panel/buildlink3.mk"
.endif
.endif # OCAML_LABLGTK_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-lablgtk