diff options
author | linimon <linimon@FreeBSD.org> | 2009-10-20 13:28:50 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-10-20 13:28:50 +0800 |
commit | 1aa6e27adf77b70c05770dabeab86af77a5adabb (patch) | |
tree | d1cec6d0c65fa03b91b82c50ba37d1dc6c318dcf /astro | |
parent | e5f3532ab7c874674b1b1b1c5428688fc37de259 (diff) | |
download | freebsd-ports-gnome-1aa6e27adf77b70c05770dabeab86af77a5adabb.tar.gz freebsd-ports-gnome-1aa6e27adf77b70c05770dabeab86af77a5adabb.tar.zst freebsd-ports-gnome-1aa6e27adf77b70c05770dabeab86af77a5adabb.zip |
Comment out last commit to fix INDEX-8.
Hat: portmgr
Pointy hat to: nox
Diffstat (limited to 'astro')
-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: |