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-netstring | |
parent | - libirman is no longer only a static lib so move it from build to lib (diff) |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371449
Diffstat (limited to 'net/py-netstring')
-rw-r--r-- | net/py-netstring/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-netstring/Makefile b/net/py-netstring/Makefile index 85b9942ac80d..7faf018321c2 100644 --- a/net/py-netstring/Makefile +++ b/net/py-netstring/Makefile @@ -11,8 +11,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module implementing the netstring protocol -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |