diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2011-02-20 18:06:47 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2011-02-20 18:06:47 +0800 |
commit | 2e439cc1511d13b34bf37f6f62daaee8554ecff4 (patch) | |
tree | a627a8ce43657035bfdbd32dd5dc5dac2efe373d /math | |
parent | 7d1124ad75faf928549b3c02c4c033507d6057dd (diff) | |
download | freebsd-ports-gnome-2e439cc1511d13b34bf37f6f62daaee8554ecff4.tar.gz freebsd-ports-gnome-2e439cc1511d13b34bf37f6f62daaee8554ecff4.tar.zst freebsd-ports-gnome-2e439cc1511d13b34bf37f6f62daaee8554ecff4.zip |
- Quick fix: py-bitarray should be in RUN_DEPENDS
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pybloom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pybloom/Makefile b/math/py-pybloom/Makefile index 9d914e41c49c..41943229404c 100644 --- a/math/py-pybloom/Makefile +++ b/math/py-pybloom/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= A Probabilistic data structure -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bitarray>0:${PORTSDIR}/devel/py-bitarray +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bitarray>0:${PORTSDIR}/devel/py-bitarray USE_PYTHON= yes USE_PYDISTUTILS= easy_install |