aboutsummaryrefslogtreecommitdiff
path: root/graphics/xsane
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xsane')
-rw-r--r--graphics/xsane/Makefile2
-rw-r--r--graphics/xsane/files/patch-src_xsane.h11
2 files changed, 12 insertions, 1 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 25d5256ef00b..9de636490ab1 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xsane
PORTVERSION= 0.998
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.xsane.org/download/ \
http://gd.tuwien.ac.at/hci/sane/xsane/ \
diff --git a/graphics/xsane/files/patch-src_xsane.h b/graphics/xsane/files/patch-src_xsane.h
new file mode 100644
index 000000000000..fd09a5ce2aba
--- /dev/null
+++ b/graphics/xsane/files/patch-src_xsane.h
@@ -0,0 +1,11 @@
+--- src/xsane.h.o 2012-10-01 11:12:56.549589382 -0400
++++ src/xsane.h 2012-10-01 11:12:40.660589178 -0400
+@@ -251,7 +251,7 @@
+ # elif defined(HAVE_OS2_H)
+ # define DEFAULT_BROWSER "netscape"
+ # else
+-# define DEFAULT_BROWSER "netscape"
++# define DEFAULT_BROWSER "xdg-open"
+ # endif
+ #endif
+