aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-12-16 19:26:24 +0800
committerwg <wg@FreeBSD.org>2013-12-16 19:26:24 +0800
commit2818e181b6153bad21583f9441e68dfaeb6119a6 (patch)
treeeac2df5e48073e2d969af6ab378216a348c0b85e /databases
parent13c9094ce92fc40cb0f95666f2c6648c5e811f16 (diff)
downloadfreebsd-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/Makefile3
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>