aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/xrx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xrx/Makefile b/x11/xrx/Makefile
index ee53b0e06d5f..47d34c9c295e 100644
--- a/x11/xrx/Makefile
+++ b/x11/xrx/Makefile
@@ -19,4 +19,8 @@ USE_AUTOTOOLS= libtool
MAN1= xrx.1 libxrx.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|mozilla-plugin|disabled-libxul-plugin|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>