diff options
-rw-r--r-- | x11/gnome-shell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 6342a03259ce..5186e5334bfa 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS= py*-dbus>=0:${PORTSDIR}/devel/py-dbus \ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gmake libtool pathfix pkgconfig \ +USES= compiler:c11 cpe gettext gmake libtool pathfix pkgconfig \ tar:xz webplugin:native USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomeprefix \ gtk30 intlhack introspection @@ -50,6 +50,7 @@ CONFIGURE_ENV+= BROWSER_PLUGIN_DIR=${PREFIX}/lib/ CPPFLAGS+= -I${LOCALASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +CPE_VENDOR= gnome GLIB_SCHEMAS= org.gnome.shell.gschema.xml |