diff options
Diffstat (limited to 'databases/py-pyhs/Makefile')
-rw-r--r-- | databases/py-pyhs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-pyhs/Makefile b/databases/py-pyhs/Makefile index 23522ab19d0a..783b5f457770 100644 --- a/databases/py-pyhs/Makefile +++ b/databases/py-pyhs/Makefile @@ -12,8 +12,7 @@ DISTNAME= python-handler-socket-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= HandlerSocket client for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |