diff options
author | grant <grant@pkgsrc.org> | 2002-12-25 09:21:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-25 09:21:42 +0000 |
commit | 1d6ceb0dfdc4f911e39b6e0316ad11ba3fa88c04 (patch) | |
tree | 33632499ef5718c5b6692e8973a3d79a77d54d93 /www/phoenix | |
parent | f971bdb801a139bab96645bb506125ec527386d2 (diff) | |
download | pkgsrc-1d6ceb0dfdc4f911e39b6e0316ad11ba3fa88c04.tar.gz |
Add optional Xft support to Mozilla and Phoenix, to enable various
font features including anti-aliasing.
The new variable MOZILLA_USE_XFT defaults to NO.
Bump PKGREVISIONs.
From Eric Gillespie in PR pkg/19433.
Diffstat (limited to 'www/phoenix')
-rw-r--r-- | www/phoenix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/phoenix/Makefile b/www/phoenix/Makefile index d98ba231c08..e4c08863bb4 100644 --- a/www/phoenix/Makefile +++ b/www/phoenix/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/12/24 06:10:29 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/12/25 09:21:43 grant Exp $ MOZILLA= phoenix MOZILLA_BIN= phoenix-bin -PKGREVISION= 1 +PKGREVISION= 2 MOZ_VER= 0.5 EXTRACT_SUFX= .tar.bz2 DISTNAME= mozilla-phoenix-${MOZ_VER} |