diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-01-11 06:38:45 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-01-11 06:38:45 +0000 |
commit | a826f521f73a3a171f7862ca88e5145e98352e87 (patch) | |
tree | f7b4f2cfb432dd861ceb0fdd44d1b2c9d5cee2e4 /graphics/edje/Makefile | |
parent | db79a36a5e3c1f5c3a8ca23a1c9a1f1f3e1e6d68 (diff) |
Notes
Diffstat (limited to 'graphics/edje/Makefile')
-rw-r--r-- | graphics/edje/Makefile | 4 |
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> |