diff options
author | trevor <trevor@FreeBSD.org> | 2002-10-31 18:09:11 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-10-31 18:09:11 +0000 |
commit | 5affcdd361c174ba81884814ae1ce02d0a097b2e (patch) | |
tree | 513098ef35cb158e8ce913343d4c96336615f39d /www/phoenix | |
parent | 414dc284c0c9c63024143e45c08ce3fde9a4f2d6 (diff) | |
download | FreeBSD-ports-5affcdd361c174ba81884814ae1ce02d0a097b2e.zip FreeBSD-ports-5affcdd361c174ba81884814ae1ce02d0a097b2e.tar.gz |
This is broken when OSVERSION = 500039, but works on 4.7-PRERELEASE/i386.
Diffstat (limited to 'www/phoenix')
-rw-r--r-- | www/phoenix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/phoenix/Makefile b/www/phoenix/Makefile index ba182d1..2e63f03 100644 --- a/www/phoenix/Makefile +++ b/www/phoenix/Makefile @@ -37,6 +37,10 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> +.if ${OSVERSION} > 500038 +BROKEN= "on -CURRENT, can only be used with local files" +.endif + .if !defined(PERL_VER) || ${PERL_VER} != "5.8.0" .undef NO_IGNORE BROKEN= This port requires Perl 5.8.0 because of File::Spec issues. \ |