diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-09-09 03:57:43 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-09-09 03:57:43 +0000 |
commit | 2efe1ff842711ec0f2136601b74b782e2b36f540 (patch) | |
tree | 6d52c864fdf5ef119152a0d2cdeccf5b1949c63b /www/py-pyramid/Makefile | |
parent | dfa98b78f4d8d9c6c3cf7ca48a8ea143fc640989 (diff) |
Notes
Diffstat (limited to 'www/py-pyramid/Makefile')
-rw-r--r-- | www/py-pyramid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-pyramid/Makefile b/www/py-pyramid/Makefile index fd51564cca54..d54e4be68264 100644 --- a/www/py-pyramid/Makefile +++ b/www/py-pyramid/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyramid -PORTVERSION= 1.0 +PORTVERSION= 1.1.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,7 +30,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Chameleon>=1.2.3:${PORTSDIR}/textproc/py-C ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.5.1:${PORTSDIR}/devel/py-zopeInterface \ ${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} #TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}WebTest>=1.1:${PORTSDIR}/www/py-WebTest |