diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
commit | 2f71940292af6b2d050e8b473d717357401b40fc (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/py-ldaptor | |
parent | e681bc51231baa49b0184bf6fe94fd704a352ada (diff) | |
download | ports-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz ports-2f71940292af6b2d050e8b473d717357401b40fc.zip |
Notes
Diffstat (limited to 'net/py-ldaptor')
-rw-r--r-- | net/py-ldaptor/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/py-ldaptor/Makefile b/net/py-ldaptor/Makefile index f4201f751bb4..e9e3c983071c 100644 --- a/net/py-ldaptor/Makefile +++ b/net/py-ldaptor/Makefile @@ -16,10 +16,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \ GITVERSION= aad8ded658b36337a08aeb7402b6b67eb8771bea -USES= gettext twisted -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= gettext python twisted +USE_PYTHON= distutils autoplist PYDISTUTILS_INSTALL_TARGET= install_locale install PYDISTUTILS_BUILD_TARGET= build_locale build |