diff options
Diffstat (limited to 'net/py-oauth/Makefile')
-rw-r--r-- | net/py-oauth/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-oauth/Makefile b/net/py-oauth/Makefile index edd846748403..e3ecf20eecc1 100644 --- a/net/py-oauth/Makefile +++ b/net/py-oauth/Makefile @@ -11,8 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python Library for OAuth -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |