diff options
-rw-r--r-- | Mk/bsd.gnome.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 1b23a0f08..5fda0452f 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -26,12 +26,13 @@ Gnome_Pre_Include= bsd.gnome.mk # and MAKE_ENV defined. # # -# GCONF_SCHEMAS - Set the following to specify list of all schema files +# GCONF_SCHEMAS - Set the following to list of all schema files # that your port installs. These schema files and -# %gconf.xml files will be automatically listed in +# %gconf.xml files will be automatically added to # ${PLIST}. For example, if your port has -# "etc/gconf/schemas/(foo.schemas and bar.schemas)", set -# it as "GCONF_SCHEMAS=foo.schemas bar.schemas". +# "etc/gconf/schemas/(foo.schemas and bar.schemas)", add +# add the following to your Makefile: +# "GCONF_SCHEMAS=foo.schemas bar.schemas". # # non-version specific components |