svn commit: r464934 - head/comms/congruity
Yuri Victorovich
yuri at FreeBSD.org
Sun Mar 18 17:00:14 UTC 2018
Author: yuri
Date: Sun Mar 18 17:00:14 2018
New Revision: 464934
URL: https://svnweb.freebsd.org/changeset/ports/464934
Log:
comms/congruity: Unbreak by fixing shebang
Approved by: portmgr (port compliance, infrastructure)
Modified:
head/comms/congruity/Makefile
Modified: head/comms/congruity/Makefile
==============================================================================
--- head/comms/congruity/Makefile Sun Mar 18 16:57:58 2018 (r464933)
+++ head/comms/congruity/Makefile Sun Mar 18 17:00:14 2018 (r464934)
@@ -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>
More information about the svn-ports-all
mailing list