diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:09 +0800 |
commit | 61e90732ada06358f9c0825be8c3bffa40f7f7e1 (patch) | |
tree | 67be75db55d8997a315d71acc63ae70253230540 | |
parent | df026bff1e4f374a332714a6eef78393f07f373c (diff) | |
download | freebsd-ports-gnome-61e90732ada06358f9c0825be8c3bffa40f7f7e1.tar.gz freebsd-ports-gnome-61e90732ada06358f9c0825be8c3bffa40f7f7e1.tar.zst freebsd-ports-gnome-61e90732ada06358f9c0825be8c3bffa40f7f7e1.zip |
- Use USES=python
-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> |