diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-01-09 23:07:14 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-01-09 23:07:14 +0800 |
commit | 904f4722515677b5eab9411d2512ee08af9393be (patch) | |
tree | 749a9df45b89165b1c81c23e3a68ee7898e707c1 /astro | |
parent | 2b02e71aad6264eb0d6fcbef236f3d11cb46771f (diff) | |
download | freebsd-ports-gnome-904f4722515677b5eab9411d2512ee08af9393be.tar.gz freebsd-ports-gnome-904f4722515677b5eab9411d2512ee08af9393be.tar.zst freebsd-ports-gnome-904f4722515677b5eab9411d2512ee08af9393be.zip |
Add linux-c6-nss as a dependency.
PR: 202640
Submitted by: Johannes Meixner <johannes@meixner.dk>
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 |