diff options
author | antoine <antoine@FreeBSD.org> | 2017-09-01 21:51:10 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-09-01 21:51:10 +0000 |
commit | f28d51e0b517c746dda4de9e52351fce076b2c7e (patch) | |
tree | da7b130fd18f9027b0054b003883edaf3ab52581 | |
parent | a38da232c85322290c00104203108cf482046cdd (diff) | |
download | FreeBSD-ports-f28d51e0b517c746dda4de9e52351fce076b2c7e.zip FreeBSD-ports-f28d51e0b517c746dda4de9e52351fce076b2c7e.tar.gz |
MPL11 license doesn't exist in 2017Q3
-rw-r--r-- | www/chromium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 2a22705..3d80991 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -10,7 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= chromium@FreeBSD.org COMMENT= Google web browser based on WebKit -LICENSE= BSD3CLAUSE LGPL21 MPL11 +LICENSE= BSD3CLAUSE LGPL21 MPL LICENSE_COMB= multi BUILD_DEPENDS= gperf:devel/gperf \ |