aboutsummaryrefslogtreecommitdiff
path: root/science/gchemutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/gchemutils/Makefile')
-rw-r--r--science/gchemutils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile
index f9a42b002bde..4b393c6d16b3 100644
--- a/science/gchemutils/Makefile
+++ b/science/gchemutils/Makefile
@@ -47,11 +47,12 @@ MAN1= gchem3d.1 gchemcalc.1 gchempaint.1 gchemtable.1 gcrystal.1 \
PLIST_SUB= VER=0.12 GOFFICE=0.8.17 GNUMERIC_VER=1.10.17
-OPTIONS= XUL "Build browser plugin (requires Xulrunner)" off
+OPTIONS_DEFINE= XUL
+XUL_DESC= Build browser plugin (requires Xulrunner)
.include <bsd.port.pre.mk>
-.if defined(WITH_XUL)
+.if ${PORT_OPTIONS:MXUL}
USE_GECKO= libxul
CONFIGURE_ARGS+=--enable-mozilla-plugin
PLIST_SUB+= XUL=""