diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:01:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:01:09 +0000 |
commit | 387f2fe104573bf8bef3deb2c00d7b7a6f02cd54 (patch) | |
tree | 67be75db55d8997a315d71acc63ae70253230540 /ftp/py-tftpy | |
parent | 930062dcf4e068b3db748b83c3ac4a83c6016ac4 (diff) |
Notes
Diffstat (limited to 'ftp/py-tftpy')
-rw-r--r-- | ftp/py-tftpy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ftp/py-tftpy/Makefile b/ftp/py-tftpy/Makefile index 2a23a22a2cef..1d812e38b2db 100644 --- a/ftp/py-tftpy/Makefile +++ b/ftp/py-tftpy/Makefile @@ -13,8 +13,7 @@ COMMENT= Pure Python TFTP Implementation LICENSE= MIT -PYDISTUTILS_AUTOPLIST= yes -USE_PYDISTUTILS=yes -USE_PYTHON= 2 +PYTHON_FEATURES=autoplist,distutils +USES= python:2 .include <bsd.port.mk> |