diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-14 00:38:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-14 00:38:48 +0000 |
commit | 6e27329f117b00c9966f838e8749b1ccf03090b5 (patch) | |
tree | 42cd725ba9632522376b8f8d75e47f35ad0ac44a /www/firefox-esr/Makefile | |
parent | 6b605d422bb99dd96fc65f0b29eceebe8329f899 (diff) | |
download | ports-6e27329f117b00c9966f838e8749b1ccf03090b5.tar.gz ports-6e27329f117b00c9966f838e8749b1ccf03090b5.zip |
Notes
Diffstat (limited to 'www/firefox-esr/Makefile')
-rw-r--r-- | www/firefox-esr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 4fca840c4258..1ae047590258 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -100,7 +100,7 @@ EXTRA_SCRIPTS= ${PORTNAME}.rb IGNORE= "core dumps on alpha during post-build" .endif -.if ${OSVERSION} < 500000 +.if ${PERL_LEVEL} < 500600 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif |