diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-12-15 06:23:46 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-12-15 06:23:46 +0000 |
commit | 3eaf8044e2d5abbc230212500955ce6437188650 (patch) | |
tree | 357a738c687e6548d80e3045c430b967ca0d6339 /www/firefox10 | |
parent | Fix build by using USE_LINUX=yes instead of explicit (bogus) dependency (diff) |
Put back link to java now that fonts have been identified as cause of
crashes or start failures.
Reviewed by:j
Approved by: kris (last phase of phoenix 0.5 update)
Notes
Notes:
svn path=/head/; revision=71653
Diffstat (limited to '')
-rw-r--r-- | www/firefox10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index b6a6ce1dcb53..4f58de3b02f0 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -9,7 +9,7 @@ PORTNAME= phoenix PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www # pita MASTER_SITES= ${MASTER_SITE_LOCAL} ${BSD_WEBDIR} MASTER_SITE_SUBDIR= alane @@ -174,6 +174,6 @@ cons-plist: # dependency without trashing the actual code of the generate-plist # target. This is a limitation of the make(1) program itself. # </alane> -generate-plist: link-bins cleanup-install cons-plist +generate-plist: link-bins link-java cleanup-install cons-plist #EOF |