summaryrefslogtreecommitdiffstats
path: root/math/gnumeric/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r--math/gnumeric/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index f011f6839..81a180415 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -20,7 +20,7 @@ USE_X_PREFIX= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \
- libgnomedb libgsf_gnome pygtk2
+ libgnomedb libgsf_gnome pygtk2 desktopfileutils
USE_PYTHON= yes
INSTALLS_OMF= yes
USE_REINPLACE= yes
@@ -61,6 +61,7 @@ post-patch:
@${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in
post-install:
+ @-update-desktop-database
.for dir in share/gnome lib
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric
.endfor