diff options
Diffstat (limited to 'databases/py-carbon/Makefile')
-rw-r--r-- | databases/py-carbon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index c2c48100e524..686bfa3a09dd 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= carbon -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= databases python MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ COMMENT= Backend storage application for graphite RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:${PORTSDIR}/net/py-txamqp \ ${PYTHON_PKGNAMEPREFIX}whisper>=0.9.9:${PORTSDIR}/databases/py-whisper \ ${PYTHON_PKGNAMEPREFIX}twisted>=11.0.0:${PORTSDIR}/devel/py-twisted -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes |