diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-10-20 05:28:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-10-20 05:28:50 +0000 |
commit | a9e4141373bda4b4d3e258a40639b80721bc56cc (patch) | |
tree | 01c5e7d91a939f382b1f4aa922665fb8fcf99c40 /astro/google-earth/Makefile | |
parent | d86078091f4db325a8f848d821daaf4400b01145 (diff) |
Comment out last commit to fix INDEX-8.
Hat: portmgr
Pointy hat to: nox
Notes
Notes:
svn path=/head/; revision=243075
Diffstat (limited to 'astro/google-earth/Makefile')
-rw-r--r-- | astro/google-earth/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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: |