diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-11-11 23:54:06 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-11-11 23:54:06 +0000 |
commit | f14586159db1bc192cf59edf3a21e3889a7cbb62 (patch) | |
tree | 20c52047cb1565cae324ba193aee376544012794 /www/firefox/Makefile | |
parent | 83e3e6ed88330c2c644469c0f8a41092ad64ba06 (diff) | |
download | ports-f14586159db1bc192cf59edf3a21e3889a7cbb62.tar.gz ports-f14586159db1bc192cf59edf3a21e3889a7cbb62.zip |
graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR: 227509
Requested by: Johannes Lundberg, Greg V
Reviewed by: tobik (earlier version)
Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=484788
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 266b3814bb8f..2404572592a5 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 63.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |