From 1aa6e27adf77b70c05770dabeab86af77a5adabb Mon Sep 17 00:00:00 2001 From: linimon <linimon@FreeBSD.org> Date: Tue, 20 Oct 2009 05:28:50 +0000 Subject: Comment out last commit to fix INDEX-8. Hat: portmgr Pointy hat to: nox --- astro/google-earth/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'astro') diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index fc14ac653ec0..5ebc57ccd3d4 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -40,10 +40,10 @@ USE_LINUX_APPS+= dri .if ${OSVERSION}<700055 IGNORE= FreeBSD>=7.X is needed with Linux emulation 2.6.x. -.elif ${OSVERSION}<800076 && \ - ! defined (OVERRIDE_LINUX_NONBASE_PORTS) || \ - ! (${OVERRIDE_LINUX_NONBASE_PORTS} == f10) -IGNORE= needs non-default linux ports (define OVERRIDE_LINUX_BASE_PORT=f10 and OVERRIDE_LINUX_NONBASE_PORTS=f10) +#.elif ${OSVERSION}<800076 && \ +# ! defined (OVERRIDE_LINUX_NONBASE_PORTS) || \ +# ! (${OVERRIDE_LINUX_NONBASE_PORTS} == f10) +#IGNORE= needs non-default linux ports (define OVERRIDE_LINUX_BASE_PORT=f10 and OVERRIDE_LINUX_NONBASE_PORTS=f10) .endif do-extract: -- cgit