diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-21 03:25:21 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-21 03:25:21 +0800 |
commit | 51818cef7478a4faa768781edb00fa5de06fa5a6 (patch) | |
tree | 33533f517e3b5958402af6ed272fa547f72727a6 | |
parent | ceb468d550b981efaff8f1389d6e94bb62c48306 (diff) | |
download | freebsd-ports-gnome-51818cef7478a4faa768781edb00fa5de06fa5a6.tar.gz freebsd-ports-gnome-51818cef7478a4faa768781edb00fa5de06fa5a6.tar.zst freebsd-ports-gnome-51818cef7478a4faa768781edb00fa5de06fa5a6.zip |
Place LICENSE at the appropriate position.
-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} |