diff options
Diffstat (limited to 'net/py-netstring')
-rw-r--r-- | net/py-netstring/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-netstring/Makefile b/net/py-netstring/Makefile index 85b9942ac80d..7faf018321c2 100644 --- a/net/py-netstring/Makefile +++ b/net/py-netstring/Makefile @@ -11,8 +11,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module implementing the netstring protocol -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |