diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:56:10 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:56:10 +0800 |
commit | cbd99d85650b0875dfb5139c87a46ac5e8e47e85 (patch) | |
tree | 1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/py-drmaa | |
parent | ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d (diff) | |
download | freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.tar.gz freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.tar.zst freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.zip |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'sysutils/py-drmaa')
-rw-r--r-- | sysutils/py-drmaa/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-drmaa/Makefile b/sysutils/py-drmaa/Makefile index 61478af630fb..114d796542f4 100644 --- a/sysutils/py-drmaa/Makefile +++ b/sysutils/py-drmaa/Makefile @@ -14,8 +14,7 @@ COMMENT= Interact with DRMAA-compliant distributed resource management systems LICENSE= BSD PROJECTHOST= drmaa-python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |