diff options
Diffstat (limited to 'astro/google-earth/Makefile')
-rw-r--r-- | astro/google-earth/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index 30331a62babd..b8c0e285fad9 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= google-earth -PORTVERSION= 4.3.7191.6508 +PORTVERSION= 4.3.7204.836 CATEGORIES= astro deskutils geography MASTER_SITES= http://dl.google.com/earth/client/current/ DISTFILES= ${TARGET_DISTFILE} @@ -16,7 +16,8 @@ MAINTAINER= nox@FreeBSD.org COMMENT= Explore, Search and Discover EXTRACT_DEPENDS= unmakeself:${PORTSDIR}/archivers/unmakeself -RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info +RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ + ${LINUXBASE}/usr/lib/libgthread-2.0.so.0:${PORTSDIR}/devel/linux-glib2 RESTRICTED= Not sure about redistribution rights @@ -40,9 +41,6 @@ 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 .endif -.if ${OSVERSION} < 700000 -IGNORE= needs new Linux syscalls only in ${OPSYS} >= 7 -.endif do-fetch: @if [ ! -f ${DISTDIR}/${TARGET_DISTFILE} ]; then \ |