diff options
author | Juergen Lock <nox@FreeBSD.org> | 2009-04-12 15:35:57 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2009-04-12 15:35:57 +0000 |
commit | c07393a62e6d6b754ec65d4a64ec38cfe7f40f28 (patch) | |
tree | 45f276238ea93f3f03d4ebf6faf961402175e113 /astro/google-earth | |
parent | e09d6819712a57bb607f282c2cfb7ebf70fe280a (diff) | |
download | ports-c07393a62e6d6b754ec65d4a64ec38cfe7f40f28.tar.gz ports-c07393a62e6d6b754ec65d4a64ec38cfe7f40f28.zip |
Notes
Diffstat (limited to 'astro/google-earth')
-rw-r--r-- | astro/google-earth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index 700f2c29791f..8bd2d2fd72fc 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -7,6 +7,7 @@ PORTNAME= google-earth PORTVERSION= 5.0.11337.1968 +PORTREVISION= 1 CATEGORIES= astro deskutils geography MASTER_SITES= http://dl.google.com/earth/client/current/ DISTNAME= GoogleEarthLinux @@ -35,7 +36,7 @@ UNMAKESELF= ${LOCALBASE}/bin/unmakeself .if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri +USE_LINUX_APPS+= dri .endif do-extract: |