diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2016-01-09 15:07:14 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2016-01-09 15:07:14 +0000 |
commit | ce53ace2dbc598e20132b0c82679ab366a03fe22 (patch) | |
tree | 749a9df45b89165b1c81c23e3a68ee7898e707c1 /astro | |
parent | 3f7bd2bb150a0a25489005f6743bc7a5b6e4843b (diff) | |
download | ports-ce53ace2dbc598e20132b0c82679ab366a03fe22.tar.gz ports-ce53ace2dbc598e20132b0c82679ab366a03fe22.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/google-earth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index 9ef57a9b8154..f113516e1ec6 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -2,7 +2,7 @@ PORTNAME= google-earth PORTVERSION= 6.0.3.2197 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= astro deskutils geography MASTER_SITES= http://dl.google.com/earth/client/advanced/previous/:previous \ @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/ OPTIONS_DEFINE= NVIDIA USE_LINUX= yes -USE_LINUX_APPS= xorglibs curl +USE_LINUX_APPS= xorglibs curl nss USES= perl5 shared-mime-info desktop-file-utils USE_PERL5= patch build |