aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2013-06-15 19:10:34 +0800
committerflo <flo@FreeBSD.org>2013-06-15 19:10:34 +0800
commit4122614c3dd59c039fd034276c6d4f6de5b1dd18 (patch)
tree0f885f335ca7ccb047661ec97c09dce0144b6f5d /science
parent83bf7c78683323b5e6932dc53980f209d9288fb9 (diff)
downloadfreebsd-ports-graphics-4122614c3dd59c039fd034276c6d4f6de5b1dd18.tar.gz
freebsd-ports-graphics-4122614c3dd59c039fd034276c6d4f6de5b1dd18.tar.zst
freebsd-ports-graphics-4122614c3dd59c039fd034276c6d4f6de5b1dd18.zip
- Remove www/libxul19, is has been vulnerable and unsupported upstream for
quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi)
Diffstat (limited to 'science')
-rw-r--r--science/gchemutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile
index d6ea8189b16..3ce411e5172 100644
--- a/science/gchemutils/Makefile
+++ b/science/gchemutils/Makefile
@@ -55,7 +55,8 @@ XUL_DESC= Build browser plugin (requires Xulrunner)
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MXUL}
-USE_GECKO= libxul19
+BROKEN= Does not work with newer libxul
+USE_GECKO= libxul
CONFIGURE_ARGS+=--enable-mozilla-plugin
PLIST_SUB+= XUL=""
.else