aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/gnome.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/Uses/gnome.mk')
-rw-r--r--Mk/Uses/gnome.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk
index 89f45350ad13..5bde97919ffa 100644
--- a/Mk/Uses/gnome.mk
+++ b/Mk/Uses/gnome.mk
@@ -411,15 +411,12 @@ gnome-post-gconf-schemas:
done
.endif
-# we put the @glib-schemas behind the plist schema entry, because it compiles files
-# in the directory. So we should remove the port file first before recompiling.
.if defined(GLIB_SCHEMAS)
_USES_install+= 690:gnome-post-glib-schemas
gnome-post-glib-schemas:
@for i in ${GLIB_SCHEMAS}; do \
${ECHO_CMD} "share/glib-2.0/schemas/$${i}" >> ${TMPPLIST}; \
done
- @${ECHO_CMD} "@glib-schemas" >> ${TMPPLIST};
.endif
.endif