aboutsummaryrefslogtreecommitdiff
path: root/astro/google-earth
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-31 06:54:09 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-31 06:54:09 +0000
commit0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch)
treece66d6984b8e2580d19a3e478f618b13623e3080 /astro/google-earth
parentc37aa810ab6b2dec5c29293ea60ad8f84d8effda (diff)
downloadports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.tar.gz
ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.zip
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
Notes
Notes: svn path=/head/; revision=324007
Diffstat (limited to 'astro/google-earth')
-rw-r--r--astro/google-earth/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile
index 77d61f53d5d3..614e1913e312 100644
--- a/astro/google-earth/Makefile
+++ b/astro/google-earth/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: google-earth
-# Date created: Jun 13 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= google-earth
PORTVERSION= 6.0.3.2197
@@ -28,7 +23,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/
USE_LINUX= yes
USE_LINUX_APPS= xorglibs
USE_GNOME= desktopfileutils
-USE_PERL5_BUILD= yes
+USES= perl5
+USE_PERL5= patch build
.include <bsd.port.pre.mk>