svn commit: r390886 - head/Mk
Koop Mast
kwm at FreeBSD.org
Mon Jun 29 09:10:58 UTC 2015
Author: kwm
Date: Mon Jun 29 09:10:57 2015
New Revision: 390886
URL: https://svnweb.freebsd.org/changeset/ports/390886
Log:
Clarify that INSTALLS_ICONS is only usefull for GTK+ applications.
Differential Revision: https://reviews.freebsd.org/D2907
Modified:
head/Mk/bsd.gnome.mk
Modified: head/Mk/bsd.gnome.mk
==============================================================================
--- head/Mk/bsd.gnome.mk Mon Jun 29 08:15:11 2015 (r390885)
+++ head/Mk/bsd.gnome.mk Mon Jun 29 09:10:57 2015 (r390886)
@@ -61,10 +61,11 @@ Gnome_Pre_Include= bsd.gnome.mk
# file and add apropriate @exec/@unexec directives for
# each .omf file found to track OMF registration database.
#
-# INSTALLS_ICONS - If your port installs Freedesktop-style icons to
+# INSTALLS_ICONS - If a GTK+ port installs Freedesktop-style icons to
# ${LOCALBASE}/share/icons, then you should use this
-# macro. If the icons are not cached, they will not be
-# displayed.
+# macro. Using this macro insures that icons are cached
+# and will display correctly. This macro isn't needed
+# for QT based applications, which use a different method.
#
# non-version specific components
More information about the svn-ports-all
mailing list