diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-accountmanager/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/trac-accountmanager/Makefile b/www/trac-accountmanager/Makefile index 32253f31def4..d9d6d743e677 100644 --- a/www/trac-accountmanager/Makefile +++ b/www/trac-accountmanager/Makefile @@ -27,6 +27,8 @@ PYDISTUTILS_PKGNAME= TracAccountManager PYDISTUTILS_PKGVERSION= 0.2.1dev WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk +EASY_INSTALL_CMD?= easy_install-${PYTHON_VER} + pre-build: cd ${WRKSRC} && ${PYTHON_CMD} setup.py bdist_egg |