diff options
author | wg <wg@FreeBSD.org> | 2013-12-16 19:26:24 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-16 19:26:24 +0800 |
commit | 2818e181b6153bad21583f9441e68dfaeb6119a6 (patch) | |
tree | eac2df5e48073e2d969af6ab378216a348c0b85e /databases | |
parent | 13c9094ce92fc40cb0f95666f2c6648c5e811f16 (diff) | |
download | freebsd-ports-gnome-2818e181b6153bad21583f9441e68dfaeb6119a6.tar.gz freebsd-ports-gnome-2818e181b6153bad21583f9441e68dfaeb6119a6.tar.zst freebsd-ports-gnome-2818e181b6153bad21583f9441e68dfaeb6119a6.zip |
databases/py-south: switch from easy_install to install
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-south/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-south/Makefile b/databases/py-south/Makefile index a300f4689a5d..100a050ef347 100644 --- a/databases/py-south/Makefile +++ b/databases/py-south/Makefile @@ -14,8 +14,7 @@ COMMENT= Intelligent schema migrations for Django apps LICENSE= AL2 USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= South .include <bsd.port.mk> |