diff options
author | tobik <tobik@FreeBSD.org> | 2018-03-17 15:24:44 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-03-17 15:24:44 +0800 |
commit | a87b94b68878b82f79bb369a454ec6676a621fce (patch) | |
tree | 4efd01cb0fa2e54c091556ba2ba19788af5b5e24 /www/palemoon | |
parent | daec3792fff73519a860cba9307e516fd7a32535 (diff) | |
download | freebsd-ports-gnome-a87b94b68878b82f79bb369a454ec6676a621fce.tar.gz freebsd-ports-gnome-a87b94b68878b82f79bb369a454ec6676a621fce.tar.zst freebsd-ports-gnome-a87b94b68878b82f79bb369a454ec6676a621fce.zip |
www/palemoon: Disable official branding
PR: 225717
Diffstat (limited to 'www/palemoon')
-rw-r--r-- | www/palemoon/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/palemoon/Makefile b/www/palemoon/Makefile index e45d0ffe7de7..d6a7ea4812af 100644 --- a/www/palemoon/Makefile +++ b/www/palemoon/Makefile @@ -4,7 +4,7 @@ PORTNAME= palemoon DISTVERSION= 27.7.2 DISTVERSIONSUFFIX=_Release -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MAINTAINER= lichray@gmail.com @@ -23,11 +23,6 @@ BUILD_DEPENDS= nspr>=4.15:devel/nspr \ yasm:devel/yasm \ zip:archivers/zip -# Needs branding removed for legal reasons. -# Removing from our mirrors until this is handled. -# See PR 225717 -LICENSE_PERMS= no-pkg-mirror no-pkg-sell - USE_GITHUB= yes GH_ACCOUNT= MoonchildProductions GH_PROJECT= Pale-Moon @@ -42,7 +37,6 @@ PM_ICON= ${PORTNAME}.png PM_ICON_SRC= ${PREFIX}/lib/${PORTNAME}/browser/icons/mozicon128.png PM_DESKTOP= ${WRKSRC}/browser/branding/official/${PORTNAME}.desktop MOZ_OPTIONS= --enable-application=browser \ - --enable-official-branding \ --enable-devtools \ --enable-jemalloc \ --enable-jemalloc-lib |