diff options
author | nox <nox@FreeBSD.org> | 2009-04-12 23:35:57 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2009-04-12 23:35:57 +0800 |
commit | 8044f0e4dad3ac3a6e1e1e11ad3ccb9f5a18d2fc (patch) | |
tree | 24afd623c54164c08131edb6d2042fe882b131f9 | |
parent | 008ea22ed662fbd3a42eb5649d7cb55117e0120b (diff) | |
download | freebsd-ports-gnome-8044f0e4dad3ac3a6e1e1e11ad3ccb9f5a18d2fc.tar.gz freebsd-ports-gnome-8044f0e4dad3ac3a6e1e1e11ad3ccb9f5a18d2fc.tar.zst freebsd-ports-gnome-8044f0e4dad3ac3a6e1e1e11ad3ccb9f5a18d2fc.zip |
- Convert linux dri dependency to USE_LINUX_APPS
- Bump PORTREVISION
-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: |