diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-10-08 01:56:23 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-10-08 01:56:23 +0800 |
commit | b55555a160d616b461745d1c04a539ebadad7f8a (patch) | |
tree | a7e3c76e12d8260c1a8f3f9e6fd7196f3f0eb076 /astro | |
parent | 5ee8dbf5ada719b85e880847d437fc9d71ce1a82 (diff) | |
download | freebsd-ports-graphics-b55555a160d616b461745d1c04a539ebadad7f8a.tar.gz freebsd-ports-graphics-b55555a160d616b461745d1c04a539ebadad7f8a.tar.zst freebsd-ports-graphics-b55555a160d616b461745d1c04a539ebadad7f8a.zip |
astro/gpstk: drop unused dependencies
Reviewed by: pi
MFH: 2017Q4
Differential Revision: https://reviews.freebsd.org/D12617
Diffstat (limited to 'astro')
-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 fdc482b54a6..2f6e3d7de8c 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 |