diff options
Diffstat (limited to 'comms/congruity/Makefile')
-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> |