diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
commit | 1fd066ebe5841032b558f262491971223207ab4e (patch) | |
tree | cd0657c870f3fc874ca692a0a3de0294ebda495b /textproc/plover | |
parent | f02187f4dd810e514f03fcdd1e92f21418846d75 (diff) |
Notes
Diffstat (limited to 'textproc/plover')
-rw-r--r-- | textproc/plover/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/plover/Makefile b/textproc/plover/Makefile index 15721e6c059c..6c246b59c452 100644 --- a/textproc/plover/Makefile +++ b/textproc/plover/Makefile @@ -16,8 +16,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlib>=0:${PORTSDIR}/x11-toolkits/py-xlib \ ${PYTHON_PKGNAMEPREFIX}serial>=0:${PORTSDIR}/comms/py-serial \ ${PYTHON_PKGNAMEPREFIX}lockfile>=0:${PORTSDIR}/devel/py-lockfile -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils USE_WX= 2.8 WX_COMPS= wx WX_UNICODE= yes |