comms/congruity: Unbreak by fixing shebang

Approved by:	portmgr (port compliance, infrastructure)
This commit is contained in:
Yuri Victorovich 2018-03-18 17:00:14 +00:00
parent e993cdffa2
commit 5d67109438
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464934

View File

@ -14,9 +14,10 @@ LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libconcord>=0:comms/py-libconcord@${PY_FLAVOR}
USES= desktop-file-utils gmake tar:bzip2 python:2.7 shebangfix
MAKE_ARGS= MANDIR=${PREFIX}/man
USES= desktop-file-utils gmake tar:bzip2 python:2.7
USE_WX= 2.8+
WX_COMPS= python
SHEBANG_FILES= congruity mhgui
.include <bsd.port.mk>