aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-08-07 17:35:28 +0800
committerkwm <kwm@FreeBSD.org>2011-08-07 17:35:28 +0800
commit97e92e5fc8591ab810e0490102e297083b46ba61 (patch)
tree302235d1e1c0901339dc40e7234e893be42e1cdc /x11
parent609ec071cd2aba4929cce896a75d807e9111f553 (diff)
downloadfreebsd-ports-gnome-97e92e5fc8591ab810e0490102e297083b46ba61.tar.gz
freebsd-ports-gnome-97e92e5fc8591ab810e0490102e297083b46ba61.tar.zst
freebsd-ports-gnome-97e92e5fc8591ab810e0490102e297083b46ba61.zip
Disable detection of libxul, this fixes the build if libxul is installed.
PR: ports/157167 Reported by: "Edward.Sanford.Sutton, III" <mirror176@hotmail.com> With hat: x11@
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>