diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-13 20:25:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-13 20:25:48 +0000 |
commit | 91fe33beee6038e4c7b0ee9c41dae0aabe87923c (patch) | |
tree | 9938f196a95be320509b885cdb6d3422c6e675b2 /www/firefox35/Makefile | |
parent | 634c8392013a2cac7acfef03c96f0291bb8316c4 (diff) |
Notes
Diffstat (limited to 'www/firefox35/Makefile')
-rw-r--r-- | www/firefox35/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index d93b0795a297..fa578292843e 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -100,6 +100,10 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb IGNORE= "core dumps on alpha during post-build" .endif +.if ${OSVERSION} < 500000 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl +.endif + pre-extract:: @${ECHO_MSG} @${ECHO_MSG} "Extracting source (this takes a while) ..." |