aboutsummaryrefslogtreecommitdiff
path: root/misc/xiphos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xiphos/Makefile')
-rw-r--r--misc/xiphos/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile
index d5890fb269cd..e96416daff6e 100644
--- a/misc/xiphos/Makefile
+++ b/misc/xiphos/Makefile
@@ -25,9 +25,8 @@ INSTALLS_ICONS= yes
USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf
OPTIONS_SINGLE= BACKEND
-OPTIONS_SINGLE_BACKEND= GTKHTML LIBXUL WEBKIT
+OPTIONS_SINGLE_BACKEND= GTKHTML WEBKIT
GTKHTML_DESC= Use gtkhtml for rendering
-LIBXUL_DESC= Use xulrunner for rendering
WEBKIT_DESC= Use webkit for rendering (preferred)
OPTIONS_DEFAULT= WEBKIT
@@ -39,11 +38,6 @@ WAF_CONFIGURE_ARGS= --backend=webkit
LIB_DEPENDS= webkitgtk:${PORTSDIR}/www/webkit-gtk2
.endif
-.if ${PORT_OPTIONS:MLIBXUL}
-WAF_CONFIGURE_ARGS= --backend=xulrunner
-USE_GECKO= libxul19
-.endif
-
.if ${PORT_OPTIONS:MGTKHTML}
WAF_CONFIGURE_ARGS= --backend=gtkhtml
.endif