diff options
author | Juergen Lock <nox@FreeBSD.org> | 2009-10-21 02:27:50 +0800 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2009-10-21 02:27:50 +0800 |
commit | 17f0db75b3e39ca8407f4615ba73307965a23039 (patch) | |
tree | 348cb15b2ecad6b6ee0df570da0ac8b7063e1e43 /astro/google-earth | |
parent | 46b520e86682b12d0fdbd72f5e8d991befb82ad3 (diff) | |
download | freebsd-ports-gnome-17f0db75b3e39ca8407f4615ba73307965a23039.tar.gz freebsd-ports-gnome-17f0db75b3e39ca8407f4615ba73307965a23039.tar.zst freebsd-ports-gnome-17f0db75b3e39ca8407f4615ba73307965a23039.zip |
Put back previous Linux version check, this time with proper braces. (duh!)
Diffstat (limited to 'astro/google-earth')
-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 5ebc57ccd3d4..f5b6042bb433 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: |