diff options
Diffstat (limited to 'devel/py-plex/Makefile')
-rw-r--r-- | devel/py-plex/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-plex/Makefile b/devel/py-plex/Makefile index e5c0217102e1..75c259205882 100644 --- a/devel/py-plex/Makefile +++ b/devel/py-plex/Makefile @@ -11,9 +11,8 @@ DISTNAME= Plex-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Lexical Analysis Module for Python -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist NO_WRKSUBDIR= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |