summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/edje/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile
index ec5f0ca675cc..dfdce97f05f5 100644
--- a/graphics/edje/Makefile
+++ b/graphics/edje/Makefile
@@ -29,4 +29,8 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS+= --without-vim
+post-patch:
+ @${REINPLACE_CMD} -E -e "/^SUBDIRS[[:space:]]+=/s/utils//" \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>