diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-10-07 17:56:23 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-10-07 17:56:23 +0000 |
commit | d234c3800562954d9a29795a4d357f0c93f8d304 (patch) | |
tree | a7e3c76e12d8260c1a8f3f9e6fd7196f3f0eb076 | |
parent | 4c19afcdf6601d1945b042b86b23b8039cce89b1 (diff) | |
download | ports-d234c3800562954d9a29795a4d357f0c93f8d304.tar.gz ports-d234c3800562954d9a29795a4d357f0c93f8d304.zip |
Notes
-rw-r--r-- | astro/gpstk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/gpstk/Makefile b/astro/gpstk/Makefile index fdc482b54a60..2f6e3d7de8c6 100644 --- a/astro/gpstk/Makefile +++ b/astro/gpstk/Makefile @@ -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 |