diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-07-13 12:27:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-07-13 12:27:28 +0000 |
commit | db8b97725e7cabdeb6357a6cc8a5b481c3794938 (patch) | |
tree | f455ce53c3e36a64ea6c3c8a5a2c659c4a6c01c6 /www/netsurf | |
parent | e86779e716415ba4ac34e922754f62e55c108ae0 (diff) | |
download | ports-db8b97725e7cabdeb6357a6cc8a5b481c3794938.tar.gz ports-db8b97725e7cabdeb6357a6cc8a5b481c3794938.zip |
Diffstat (limited to 'www/netsurf')
-rw-r--r-- | www/netsurf/Makefile | 2 | ||||
-rw-r--r-- | www/netsurf/files/Makefile.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 5469c7349dc9..77d8e033b083 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -2,7 +2,7 @@ PORTNAME= netsurf PORTVERSION= 3.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/www/netsurf/files/Makefile.config b/www/netsurf/files/Makefile.config index 757728ef8d2f..cd7852143c08 100644 --- a/www/netsurf/files/Makefile.config +++ b/www/netsurf/files/Makefile.config @@ -1,5 +1,5 @@ NETSURF_USE_LIBICONV_PLUG=YES -NETSURF_USE_NSSVG=YES +NETSURF_USE_NSSVG=NO NETSURF_USE_RSVG=YES NETSURF_USE_VIDEO=NO NETSURF_STRIP_BINARY=YES |