diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-19 16:41:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-19 16:41:44 +0800 |
commit | bbbc75cda699f97855f998280b71ad76c9b346b7 (patch) | |
tree | 16d8086161d981c663229151d5a45354ed8b273f /www/mozilla-devel/Makefile | |
parent | 9dd5637de832c70749b77e9e844f534a0c5837e7 (diff) | |
download | freebsd-ports-graphics-bbbc75cda699f97855f998280b71ad76c9b346b7.tar.gz freebsd-ports-graphics-bbbc75cda699f97855f998280b71ad76c9b346b7.tar.zst freebsd-ports-graphics-bbbc75cda699f97855f998280b71ad76c9b346b7.zip |
Fix displaying of bold/italic truetype fonts. Bump PORTREVISION.
PR: 36049
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us>
Obtained from: Mozilla cvs
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index ecbdd978d48..0d5c55d9acd 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ |