diff options
Diffstat (limited to 'finance/tinyerp-server/Makefile')
-rw-r--r-- | finance/tinyerp-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/tinyerp-server/Makefile b/finance/tinyerp-server/Makefile index c997741576a7..2c8f46a964cd 100644 --- a/finance/tinyerp-server/Makefile +++ b/finance/tinyerp-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= tinyerp-server PORTVERSION= 3.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://tinyerp.org/download/sources/ @@ -28,7 +28,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/server -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PYDISTUTILS_PKGVERSION= 3.2.0 |