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-soapy/Makefile | |
parent | e681bc51231baa49b0184bf6fe94fd704a352ada (diff) | |
download | ports-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz ports-2f71940292af6b2d050e8b473d717357401b40fc.zip |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371449
Diffstat (limited to 'net/py-soapy/Makefile')
-rw-r--r-- | net/py-soapy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-soapy/Makefile b/net/py-soapy/Makefile index 44aa45c69567..9fbad598babe 100644 --- a/net/py-soapy/Makefile +++ b/net/py-soapy/Makefile @@ -14,8 +14,8 @@ LICENSE= PSFL RUN_DEPENDS= ${PYXML} -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} |