Profile dependencies
From WPKG | Open Source Software Deployment and Distribution
Profiles can depend on each other.
The format is very simple, and similar to the one used for package dependencies:
<profile id="custom"> <depends profile-id="default" /> <depends profile-id="basement" /> <package package-id="wpkg1" /> </profile>