diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 15:00:15 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 15:00:15 +0000 |
commit | 183d4762889024c71ee27e259e58b55fa1bc8f20 (patch) | |
tree | 9a0e28f3e31cf773197248c0d41e7939db616cca /www/firefox10 | |
parent | Update to 1.0.3 and change maintainer (new email). (diff) |
1. Change MAINTAINER to phoenix@geeksrus, which is an alias to both
alane@ and trevor@.
2. Expand the BROKEN message to include instruction to run 'use.perl port'.
3. .undef NO_IGNORE.
Notes
Notes:
svn path=/head/; revision=68665
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 43086a91ba96..2647421d64ad 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -14,7 +14,7 @@ CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor -MAINTAINER= alane@freebsd.org # and trevor@freebsd.org +MAINTAINER= phoenix@geeksrus.net # alane@fbsd and trevor@fbsd LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ @@ -23,7 +23,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ #Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - freetype-config:${PORTSDIR}/print/freetype2 + freetype-config:${PORTSDIR}/print/freetype2 \ + perl5.8.0:${PORTSDIR}/lang/perl5.7 PREFIX= ${X11BASE}/lib/${PORTNAME} @@ -38,7 +39,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" -BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. +.undef NO_IGNORE +BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ + Make sure to run 'use.perl port' after installing it or you \ + will still get this message. .endif # !defined(PERL_VER) || ${PERL_VER} != "5.8.0" post-extract: |