diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:50:53 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:50:53 +0000 |
commit | dae43d7a6d5bdca67edda0ed02db4a1593899b62 (patch) | |
tree | e02fe0a758ee3fd52b58a10326bb7c498ab3c957 /comms/congruity | |
parent | 57f1865da832cd9d777a31b47df5288436112d6a (diff) |
- Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371172
Diffstat (limited to 'comms/congruity')
-rw-r--r-- | comms/congruity/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/congruity/Makefile b/comms/congruity/Makefile index 94abd82b69e9..dafd4713f961 100644 --- a/comms/congruity/Makefile +++ b/comms/congruity/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libconcord>=0:${PORTSDIR}/comms/py-libconcord MAKE_ARGS= MANDIR=${PREFIX}/man -USES= tar:bzip2 gmake desktop-file-utils -USE_PYTHON= 2.7+ +USES= desktop-file-utils gmake tar:bzip2 python:2.7+ USE_WX= 2.8+ WANT_UNICODE= yes WX_COMPS= python |