summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-03-25 09:28:31 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-03-25 09:28:31 +0000
commit33db560b76a74f74f2af397a24e31065fb0ac933 (patch)
treea98ceee6a40ffeb6557924488ccdb8dfbe7ebcb1 /share
parent6dbd8762909d18f1450d23bcbf5b9980824df4c6 (diff)
Document the dconf MODULE.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/port-modules.513
1 files changed, 11 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index 88791fd2c38..d2711c5c0f2 100644
--- a/share/man/man5/port-modules.5
+++ b/share/man/man5/port-modules.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: port-modules.5,v 1.86 2010/12/06 10:02:14 espie Exp $
+.\" $OpenBSD: port-modules.5,v 1.87 2011/03/25 09:28:30 ajacoutot Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 6 2010 $
+.Dd $Mdocdate: March 25 2011 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -365,6 +365,15 @@ post-install:
${MODCPAN_POST_INSTALL}
.Ed
.It devel/cmake
+.It devel/dconf
+Sets CONFIGURE_ARGS, BUILD_DEPENDS and RUN_DEPENDS.
+This module is used by ports installing gsettings schemas under
+.Pa ${PREFIX}/share/glib-2.0/schemas/ .
+It requires the following goo in the PLIST:
+.Bd -literal -offset indent
+@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
+@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
+.Ed
.It devel/gconf2
A link from
.Xr gconftool-2 1