diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-06-15 11:10:34 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-06-15 11:10:34 +0000 |
commit | 87948edeea257f3a31950f7c3ea215531a15af63 (patch) | |
tree | 0f885f335ca7ccb047661ec97c09dce0144b6f5d /science/gchemutils | |
parent | cd51eaa417560341501f697e0965e2cb21ed8617 (diff) | |
download | ports-87948edeea257f3a31950f7c3ea215531a15af63.tar.gz ports-87948edeea257f3a31950f7c3ea215531a15af63.zip |
Notes
Diffstat (limited to 'science/gchemutils')
-rw-r--r-- | science/gchemutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index d6ea8189b167..3ce411e5172b 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 |