diff options
Diffstat (limited to 'devel/py-mygpoclient/Makefile')
-rw-r--r-- | devel/py-mygpoclient/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-mygpoclient/Makefile b/devel/py-mygpoclient/Makefile index a7bde653e117..c6e65ebde8a6 100644 --- a/devel/py-mygpoclient/Makefile +++ b/devel/py-mygpoclient/Makefile @@ -12,8 +12,8 @@ COMMENT= gpodder.net API client library for Python LICENSE= GPLv3 -USE_PYTHON= 2 -USE_PYDISTUTILS=yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |