aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-06-15 11:10:34 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-06-15 11:10:34 +0000
commit87948edeea257f3a31950f7c3ea215531a15af63 (patch)
tree0f885f335ca7ccb047661ec97c09dce0144b6f5d /misc
parentcd51eaa417560341501f697e0965e2cb21ed8617 (diff)
Notes
Diffstat (limited to 'misc')
-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