diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-03 20:09:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-03 20:09:51 +0800 |
commit | a68237809dd50c20f329dba85042741042a7d1ce (patch) | |
tree | 914bac8b4628eb6b755c29df0f4da86913a4d9ae /www/mozilla/Makefile | |
parent | 315d63c319079ef3d3448f1ced364ed02109ae48 (diff) | |
download | freebsd-ports-gnome-a68237809dd50c20f329dba85042741042a7d1ce.tar.gz freebsd-ports-gnome-a68237809dd50c20f329dba85042741042a7d1ce.tar.zst freebsd-ports-gnome-a68237809dd50c20f329dba85042741042a7d1ce.zip |
Add FreeBSD locales. This solves the problem with Mozilla not starting up
properly if locale set to something other than C or en_US.
PR: 33498
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'www/mozilla/Makefile')
-rw-r--r-- | www/mozilla/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index c2cac9ab73df..fcf2a1f10ca1 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%,sobomax,} \ |