summaryrefslogtreecommitdiff
path: root/www/firefox15
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-12-15 17:37:35 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-12-15 17:37:35 +0000
commit32861cab29442766694abf7ecd1065e4ae7d8010 (patch)
tree5c6de8c214f2577e650bd7e28ed9ed3fc5e7db3d /www/firefox15
parentDon't run preconfigure in a subshell of a subshell... it seems to bork up (diff)
Fix really messed up BROKEN= blocks that happened with 0.5.
Approved by: kris (all port of moving to 0.5)
Notes
Notes: svn path=/head/; revision=71656
Diffstat (limited to 'www/firefox15')
-rw-r--r--www/firefox15/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile
index 4f58de3b02f0..d5218695397e 100644
--- a/www/firefox15/Makefile
+++ b/www/firefox15/Makefile
@@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/
.if ${PERL_LEVEL} < 500601
.undef NO_IGNORE
-BROKEN= "Phoenix only supports the ports versions of Perl."
-BROKEN+="If you have installed a Perl port, and are getting this message,"
-BROKEN+="please make sure you have issued the command 'use.perl port'"
+BROKEN= Phoenix only supports the ports versions of Perl.
+BROKEN+=If you have installed a Perl port, and are getting this message,
+BROKEN+=please make sure you have given the command \'use.perl port\'.
.endif # ${PERL_LEVEL} < 500601
SORT?=/usr/bin/sort
@@ -88,14 +88,13 @@ BAD_FONTS=yes
.if defined(BAD_FONTS) && !defined(WITHOUT_XFT)
.undef NO_IGNORE
-BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless"
-BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either"
-BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'."
-BROKEN+="There may be other third party font packages that also cause this"
-BROKEN+="breakage; they will be tested for as they are identified. If you"
-BROKEN+="find a font port that verifiably causes this breakage, please"
-BROKEN+="let us know by mailing ${MAINTAINER}. Thank you."
-BROKEN+="NOTE: The Microsoft webfonts port is known to be safe."
+BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless
+BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either
+BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'.
+BROKEN+=There may be other third party font packages that also cause this
+BROKEN+=breakage. If you find a font port that verifiably causes breakage,
+BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you.
+BROKEN+=NOTE: The Microsoft webfonts port is known to be safe.
.endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT)
CPPFLAGS+= -I${X11BASE}/include