Date: Sun, 18 Mar 2018 17:00:14 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464934 - head/comms/congruity Message-ID: <201803181700.w2IH0EpV077229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803181700.w2IH0EpV077229>