From bb6cf79d076bc63c7c6189c052bd3d216724a896 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 14 Jun 2014 08:53:48 +0000 Subject: [PATCH] - Remove easy_install dependency - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) --- math/py-patsy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile index 48bc9d468808..e99c6ba05876 100644 --- a/math/py-patsy/Makefile +++ b/math/py-patsy/Makefile @@ -3,7 +3,7 @@ PORTNAME= patsy PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes PORTDOCS= API-reference.rst \