diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-04-09 22:11:49 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-04-09 22:11:49 +0000 |
commit | 307e8d0485e38028d2e1b198681f6e1963a89183 (patch) | |
tree | b8c098bce122b141887ed5f6fab026d49189294f /devel/py-dateutil/Makefile | |
parent | bd72ae86a381a08f54f51b89b4ae6e1931979806 (diff) |
Notes
Diffstat (limited to 'devel/py-dateutil/Makefile')
-rw-r--r-- | devel/py-dateutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-dateutil/Makefile b/devel/py-dateutil/Makefile index 214b6b0878f0..f43b4c737599 100644 --- a/devel/py-dateutil/Makefile +++ b/devel/py-dateutil/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dateutil -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= devel python MASTER_SITES= http://labix.org/download/python-dateutil/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ COMMENT= Provides powerful extensions to the standard datetime module USE_BZIP2= yes USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= python-dateutil .include <bsd.port.mk> |