summaryrefslogtreecommitdiff
path: root/www/flock
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-12-15 06:23:46 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-12-15 06:23:46 +0000
commit3eaf8044e2d5abbc230212500955ce6437188650 (patch)
tree357a738c687e6548d80e3045c430b967ca0d6339 /www/flock
parentFix 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 'www/flock')
-rw-r--r--www/flock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile
index b6a6ce1dcb53..4f58de3b02f0 100644
--- a/www/flock/Makefile
+++ b/www/flock/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