diff options
author | mva <mva@FreeBSD.org> | 2014-09-29 01:29:06 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-09-29 01:29:06 +0800 |
commit | effc17070eb927b8a12f11980d4acee161ce5b73 (patch) | |
tree | 9f97e1d15ae0474405b3fcdcaf822e5b761c9520 /databases | |
parent | 9ab9a82b82bd713cf129ec47dea23598c68e66fa (diff) | |
download | freebsd-ports-gnome-effc17070eb927b8a12f11980d4acee161ce5b73.tar.gz freebsd-ports-gnome-effc17070eb927b8a12f11980d4acee161ce5b73.tar.zst freebsd-ports-gnome-effc17070eb927b8a12f11980d4acee161ce5b73.zip |
Convert to USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-tarantool/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile index 72f6d688ac32..3ead0870b216 100644 --- a/databases/py-tarantool/Makefile +++ b/databases/py-tarantool/Makefile @@ -13,9 +13,7 @@ COMMENT= Client library for Tarantool Database LICENSE= BSD -USE_PYTHON= yes -USE_PYDISTUTILS=yes -INSTALLS_EGGINFO=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |