diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2012-10-01 15:32:11 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2012-10-01 15:32:11 +0000 |
commit | 43aed8923a5dd2b2ae55ec156c76b38793f5aef3 (patch) | |
tree | 1302a2071b138c4dc1739cd7980bb30ee04e5905 /graphics/xsane | |
parent | 0a9c9c2dffe45e4e026dd163385046b24c9c1929 (diff) | |
download | ports-43aed8923a5dd2b2ae55ec156c76b38793f5aef3.tar.gz ports-43aed8923a5dd2b2ae55ec156c76b38793f5aef3.zip |
Notes
Diffstat (limited to 'graphics/xsane')
-rw-r--r-- | graphics/xsane/Makefile | 2 | ||||
-rw-r--r-- | graphics/xsane/files/patch-src_xsane.h | 11 |
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 + |