summaryrefslogtreecommitdiff
path: root/devel/msitools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/msitools/Makefile')
-rw-r--r--devel/msitools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/msitools/Makefile b/devel/msitools/Makefile
index 21c91effc762..8a0457ab721c 100644
--- a/devel/msitools/Makefile
+++ b/devel/msitools/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= libgcab-1.0.so:archivers/gcab \
libgsf-1.so:devel/libgsf \
libuuid.so:misc/e2fsprogs-libuuid
RUN_DEPENDS= bash:shells/bash
+TEST_DEPENDS= gsed:textproc/gsed
USES= bison gnome meson perl5 pkgconfig shebangfix tar:xz vala:build
USE_LDCONFIG= yes
@@ -32,4 +33,7 @@ OPTIONS_SUB= yes
NLS_USES= gettext
+post-patch:
+ ${REINPLACE_CMD} 's|sed|gsed|g' ${WRKSRC}/tests/wixl.bats
+
.include <bsd.port.mk>