diff options
Diffstat (limited to 'devel/py-pip/Makefile')
-rw-r--r-- | devel/py-pip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile index 5570ee25fb2a..6464efa5a421 100644 --- a/devel/py-pip/Makefile +++ b/devel/py-pip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pip -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.1 #PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ @@ -17,6 +17,6 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= Pip installs (Python) packages. An easy_install replacement USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes .include <bsd.port.mk> |