diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:02:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:02:21 +0800 |
commit | 1be64ba9d952a432b899cdefd677bf1e9efe2a40 (patch) | |
tree | a131a24b39370f408c15fdfa58b99fe2e36157b4 /net | |
parent | 3bd31f6e57e5b84d3d864cb3d36d0055bbdb48e4 (diff) | |
download | freebsd-ports-gnome-1be64ba9d952a432b899cdefd677bf1e9efe2a40.tar.gz freebsd-ports-gnome-1be64ba9d952a432b899cdefd677bf1e9efe2a40.tar.zst freebsd-ports-gnome-1be64ba9d952a432b899cdefd677bf1e9efe2a40.zip |
- Use USES=python
Diffstat (limited to 'net')
-rw-r--r-- | net/py-simplesoap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/py-simplesoap/Makefile b/net/py-simplesoap/Makefile index 22a846ab0132..cc9478732198 100644 --- a/net/py-simplesoap/Makefile +++ b/net/py-simplesoap/Makefile @@ -13,10 +13,8 @@ COMMENT= Python Simple SOAP Library LICENSE= LGPL3 -PYDISTUTILS_AUTOPLIST= yes -USE_PYDISTUTILS=yes -USE_PYTHON= yes -USES= zip +PYTHON_FEATURES=autoplist,distutils +USES= python zip PROJECTHOST= py${PORTNAME} |