diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-13 12:05:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-13 12:05:32 +0000 |
commit | 466e106ff29477ecacfa89861bb5bf2e3d635bd6 (patch) | |
tree | 3decdea7742be266f3604193b8532426bc2c73d9 /comms/congruity | |
parent | 1176bea3027332912f4ec58cb41584ced9e28534 (diff) |
Notes
Diffstat (limited to 'comms/congruity')
-rw-r--r-- | comms/congruity/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/congruity/Makefile b/comms/congruity/Makefile index 241c8d77d03d..645b1cf5cc8f 100644 --- a/comms/congruity/Makefile +++ b/comms/congruity/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SF MAINTAINER= shurd@FreeBSD.org COMMENT= GUI Logitech Harmony configuration tool -LICENSE= GPLv2 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libconcord>=0:comms/py-libconcord@${PY_FLAVOR} @@ -19,5 +20,6 @@ MAKE_ARGS= MANDIR=${PREFIX}/man USE_WX= 2.8+ WX_COMPS= python SHEBANG_FILES= congruity mhgui +NO_ARCH= yes .include <bsd.port.mk> |