diff options
author | nox <nox@FreeBSD.org> | 2008-09-25 04:44:09 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2008-09-25 04:44:09 +0800 |
commit | ef63308a5496e49711a2645fe9747d03f8887a04 (patch) | |
tree | 5cd705b55cf8272f9637004de3f2459487581ce5 /astro/google-earth | |
parent | 07cf0988cce450675b1c5e49ec26d75361aec370 (diff) | |
download | freebsd-ports-gnome-ef63308a5496e49711a2645fe9747d03f8887a04.tar.gz freebsd-ports-gnome-ef63308a5496e49711a2645fe9747d03f8887a04.tar.zst freebsd-ports-gnome-ef63308a5496e49711a2645fe9747d03f8887a04.zip |
Add missing dependency
PR: ports/127531
Submitted by: Shane Bell <decept0@gmail.com>
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 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 |