diff options
author | Juergen Lock <nox@FreeBSD.org> | 2008-09-24 20:44:09 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2008-09-24 20:44:09 +0000 |
commit | a9cdff2007c7ff0ac2ae36f57491d96d654a55a0 (patch) | |
tree | 081c72be7d1570269d7aa08ce0c043b9f7685bb8 /astro | |
parent | 5b4905b521d9c6be6813b340834f81e42c79d8c0 (diff) | |
download | ports-a9cdff2007c7ff0ac2ae36f57491d96d654a55a0.tar.gz ports-a9cdff2007c7ff0ac2ae36f57491d96d654a55a0.zip |
Notes
Diffstat (limited to 'astro')
-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 66191f3392be..567de8756c8b 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -7,7 +7,7 @@ PORTNAME= google-earth PORTVERSION= 4.3.7284.3916 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro deskutils geography MASTER_SITES= http://dl.google.com/earth/client/current/ DISTFILES= ${TARGET_DISTFILE} @@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/ USE_LINUX= yes USE_GNOME= desktopfileutils +USE_XLIB= yes REAL_DISTFILE= GoogleEarthLinux.bin TARGET_DISTFILE= GoogleEarthLinux-${PORTVERSION}.bin |