diff options
author | kmoore <kmoore@FreeBSD.org> | 2012-10-01 23:32:11 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2012-10-01 23:32:11 +0800 |
commit | 82d4fb2aada2335db4cefac88abb82cc8e6ac5bd (patch) | |
tree | 1302a2071b138c4dc1739cd7980bb30ee04e5905 /graphics | |
parent | 8db7a05e71b247d6e653db33586f12924335a4af (diff) | |
download | freebsd-ports-gnome-82d4fb2aada2335db4cefac88abb82cc8e6ac5bd.tar.gz freebsd-ports-gnome-82d4fb2aada2335db4cefac88abb82cc8e6ac5bd.tar.zst freebsd-ports-gnome-82d4fb2aada2335db4cefac88abb82cc8e6ac5bd.zip |
- Fix to use "xdg-open" for the browser, instead of "netscape"
- Bump PORTREV
PR: 171554
Submitted by: Dru Lavigne <dru@FreeBSD.org>
Approved by: Maintainer timeout
Diffstat (limited to 'graphics')
-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 + |