diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-20 19:25:21 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-20 19:25:21 +0000 |
commit | 76ed3714e6dbae4e93a9d2b21d8ce68c3b930d9d (patch) | |
tree | 33533f517e3b5958402af6ed272fa547f72727a6 /comms | |
parent | 948a4ced9dd012c0a2576f172bc463896d9aa2c7 (diff) | |
download | ports-76ed3714e6dbae4e93a9d2b21d8ce68c3b930d9d.tar.gz ports-76ed3714e6dbae4e93a9d2b21d8ce68c3b930d9d.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gpredict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile index fa4862bc3016..e5fd42a6f7fa 100644 --- a/comms/gpredict/Makefile +++ b/comms/gpredict/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/gpredict/Gpredict/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Amateur Radio satellite tracking and prediction +LICENSE= GPLv2 + LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \ goocanvas:${PORTSDIR}/graphics/goocanvas BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl @@ -22,8 +24,6 @@ USE_GMAKE= yes MAN1= gpredict.1 -LICENSE= GPLv2 - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |