This commit is contained in:
jasper 2011-12-12 15:39:57 +00:00
parent 8e3f8406e9
commit 61f66e981d

View File

@ -1,4 +1,4 @@
# $OpenBSD: gnome.port.mk,v 1.52 2011/12/03 18:32:06 ajacoutot Exp $ # $OpenBSD: gnome.port.mk,v 1.53 2011/12/12 15:39:57 jasper Exp $
# #
# Module for GNOME related ports # Module for GNOME related ports
# #
@ -45,14 +45,14 @@ USE_GMAKE?= Yes
# or for ensuring documentation is available. If an option is not set, it's # or for ensuring documentation is available. If an option is not set, it's
# explicitly disabled. # explicitly disabled.
# Currently supported tools are: # Currently supported tools are:
# * goi: Build and enable GObject Introspection data. # * goi: Build and enable GObject Introspection data.
# * gtk-doc: Enable to build the included docs. # * gtk-doc: Enable to build the included docs.
# * vala: Enable vala bindings. # * vala: Enable vala bindings.
# * yelp: Use this if there are any files under share/gnome/help/ # * yelp: Use this if there are any files under share/gnome/help/
# in the pkg list and it calls gnome_help_display() -- gnome-doc-utils is # in the pkg list and it calls gnome_help_display() -- gnome-doc-utils
# here to make sure we have a dependency on rarian (scrollkeeper-*) and # is here to make sure we have a dependency on rarian (scrollkeeper-*)
# have access to the gnome-doc-* tools (not always needed but easier); # and have access to the gnome-doc-* tools (not always needed but
# same goes with itstool. # easier); same goes with itstool.
# #
# Please note that if you're using multi-packages, you have to use the # Please note that if you're using multi-packages, you have to use the
# MODGNOME_RUN_DEPENDS_${tool} in your multi package RUN_DEPENDS. # MODGNOME_RUN_DEPENDS_${tool} in your multi package RUN_DEPENDS.