diff options
author | rene <rene@FreeBSD.org> | 2018-06-23 18:41:05 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-06-23 18:41:05 +0800 |
commit | 1288c0a14b21d2ad283d9222f685e4718b037327 (patch) | |
tree | 8f17749c52916ebef386824294c140031ecda8cc /science | |
parent | 989c82d9d15762f9e48db58eb24a62fa8596cba6 (diff) | |
download | freebsd-ports-gnome-1288c0a14b21d2ad283d9222f685e4718b037327.tar.gz freebsd-ports-gnome-1288c0a14b21d2ad283d9222f685e4718b037327.tar.zst freebsd-ports-gnome-1288c0a14b21d2ad283d9222f685e4718b037327.zip |
science/gchemutils: mark BROKEN if XUL option is chosen
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index c6ccfd517364..52491cab6605 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -47,6 +47,7 @@ OPTIONS_SUB= yes GNUMERIC_DESC= Build gnumeric plugin XUL_DESC= Build browser plugin (requires libxul) +XUL_BROKEN= No gecko type specified (firefox, seamonkey, thunderbird) XUL_USES= gecko XUL_CONFIGURE_ON=--enable-mozilla-plugin \ --with-mozilla-libdir=${PREFIX}/lib/xulrunner |