diff options
author | kwm <kwm@FreeBSD.org> | 2017-07-31 04:44:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-07-31 04:44:23 +0800 |
commit | 10af2c6ee3ac644d759c9604a66e2bb4337e1b34 (patch) | |
tree | e2f518cc2647e1603fe97dcdc9eca2981a9151ff | |
parent | fb544697627d7fc0bb219b9cc58af7ab1163cae3 (diff) | |
download | freebsd-ports-gnome-10af2c6ee3ac644d759c9604a66e2bb4337e1b34.tar.gz freebsd-ports-gnome-10af2c6ee3ac644d759c9604a66e2bb4337e1b34.tar.zst freebsd-ports-gnome-10af2c6ee3ac644d759c9604a66e2bb4337e1b34.zip |
Add missing INSTALLS_ICONS, mate-desktop installs icons which need to
be cached.
Reported by: poudriere bulk -t
-rw-r--r-- | x11/mate-desktop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile index a1a6787b7de9..a7612a13f931 100644 --- a/x11/mate-desktop/Makefile +++ b/x11/mate-desktop/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-desktop PORTVERSION= 1.18.0 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -28,6 +29,7 @@ USE_GNOME= cairo dconf gdkpixbuf2 gnomeprefix gtk30 \ USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +INSTALLS_ICONS= yes GLIB_SCHEMAS= org.mate.accessibility-keyboard.gschema.xml \ org.mate.accessibility-startup.gschema.xml \ |