diff options
author | mva <mva@FreeBSD.org> | 2014-10-20 01:18:24 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-20 01:18:24 +0800 |
commit | 7ef046b70810601dfd2a14bf5ef9fe08db3e2280 (patch) | |
tree | ceb0deb49d4ce529d80f76432ab85612c9377d7f /ftp/ftpcube | |
parent | 4b28e3ef41b41ae0cb3f634461e996aa79f1d6d5 (diff) | |
download | freebsd-ports-graphics-7ef046b70810601dfd2a14bf5ef9fe08db3e2280.tar.gz freebsd-ports-graphics-7ef046b70810601dfd2a14bf5ef9fe08db3e2280.tar.zst freebsd-ports-graphics-7ef046b70810601dfd2a14bf5ef9fe08db3e2280.zip |
- Convert ports from french/ and ftp/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'ftp/ftpcube')
-rw-r--r-- | ftp/ftpcube/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile index 29d2ce52600..1a657fffb3e 100644 --- a/ftp/ftpcube/Makefile +++ b/ftp/ftpcube/Makefile @@ -14,12 +14,11 @@ LICENSE= ART10 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -USE_WX= 2.6+ -WX_COMPS= python -WX_UNICODE= yes +USES= python +USE_PYTHON= distutils autoplist +USE_WX= 2.6+ +WX_COMPS= python +WX_UNICODE= yes post-patch: @${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/setup.cfg |