diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-19 01:00:14 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-19 01:00:14 +0800 |
commit | 0fd54b51cfc196b290a1f9fb38e9342112df147a (patch) | |
tree | f26fceaa44694a84361dbfca1f3a78b923244511 /comms | |
parent | 29ac711e074a6d4631a3ebb6c7e69523454de567 (diff) | |
download | freebsd-ports-gnome-0fd54b51cfc196b290a1f9fb38e9342112df147a.tar.gz freebsd-ports-gnome-0fd54b51cfc196b290a1f9fb38e9342112df147a.tar.zst freebsd-ports-gnome-0fd54b51cfc196b290a1f9fb38e9342112df147a.zip |
comms/congruity: Unbreak by fixing shebang
Approved by: portmgr (port compliance, infrastructure)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/congruity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/congruity/Makefile b/comms/congruity/Makefile index bb87038e1a8d..241c8d77d03d 100644 --- a/comms/congruity/Makefile +++ b/comms/congruity/Makefile @@ -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> |