aboutsummaryrefslogtreecommitdiff
path: root/devel/monodoc
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2006-01-14 21:44:57 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2006-01-14 21:44:57 +0000
commit65af037f7be0b4b75f6c644a9b860f109635da6c (patch)
treefc64c1b3d159966685810e1e9b23a47113165942 /devel/monodoc
parentb3ec1ede0669b9178ee4f4d9a3a445d8ece04360 (diff)
downloadports-65af037f7be0b4b75f6c644a9b860f109635da6c.tar.gz
ports-65af037f7be0b4b75f6c644a9b860f109635da6c.zip
Notes
Diffstat (limited to 'devel/monodoc')
-rw-r--r--devel/monodoc/files/patch-monodoc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/monodoc/files/patch-monodoc.in b/devel/monodoc/files/patch-monodoc.in
new file mode 100644
index 000000000000..487a20290697
--- /dev/null
+++ b/devel/monodoc/files/patch-monodoc.in
@@ -0,0 +1,11 @@
+--- monodoc.in.orig Sun May 1 13:48:01 2005
++++ monodoc.in Mon Dec 5 21:50:59 2005
+@@ -82,7 +82,7 @@
+ fi
+
+ if test -e $monodocdir/browser.exe; then
+- exec mono --debug $monodocdir/browser.exe $OPTIONS "$@" $REST
++ exec mono --debug $monodocdir/browser.exe --no-gecko $OPTIONS "$@" $REST
+ else
+ echo "The monodoc GUI component is not installed. Install it from the mono-tools package."
+ fi