diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:21:26 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:21:26 +0800 |
commit | 7cb20804acb2b46d4c0c3489dd746591f311f6de (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/py-ldaptor | |
parent | f0f1320db699e74ad51509c9d2502a9084cc6233 (diff) | |
download | freebsd-ports-gnome-7cb20804acb2b46d4c0c3489dd746591f311f6de.tar.gz freebsd-ports-gnome-7cb20804acb2b46d4c0c3489dd746591f311f6de.tar.zst freebsd-ports-gnome-7cb20804acb2b46d4c0c3489dd746591f311f6de.zip |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
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 |