Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2017 17:56:24 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451468 - head/astro/gpstk
Message-ID:  <201710071756.v97HuO7E003553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Oct  7 17:56:23 2017
New Revision: 451468
URL: https://svnweb.freebsd.org/changeset/ports/451468

Log:
  astro/gpstk: drop unused dependencies
  
  Reviewed by:	pi
  MFH:		2017Q4
  Differential Revision:	https://reviews.freebsd.org/D12617

Modified:
  head/astro/gpstk/Makefile   (contents, props changed)

Modified: head/astro/gpstk/Makefile
==============================================================================
--- head/astro/gpstk/Makefile	Sat Oct  7 17:55:57 2017	(r451467)
+++ head/astro/gpstk/Makefile	Sat Oct  7 17:56:23 2017	(r451468)
@@ -3,8 +3,8 @@
 
 PORTNAME=	gpstk
 PORTVERSION=	2.9
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	2
 CATEGORIES=	astro devel
 
 MAINTAINER=	ports@FreeBSD.org
@@ -12,8 +12,7 @@ COMMENT=	Toolkit for developing GPS applications
 
 LICENSE=	LGPL3
 
-USES=		cmake:outsource python:run
-USE_GCC=	yes
+USES=		cmake:outsource
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710071756.v97HuO7E003553>