aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2011-06-25 07:21:20 +0000
committerNicola Vitale <nivit@FreeBSD.org>2011-06-25 07:21:20 +0000
commitc8a6af049941ef1e145ee94633927d768fee8ef5 (patch)
tree5849311abd1ccb5b22d22b87158faafbc76f1028 /biology
parent95e7c5dd95800f7bdf68ba54ca7774cadd9b8040 (diff)
downloadports-c8a6af049941ef1e145ee94633927d768fee8ef5.tar.gz
ports-c8a6af049941ef1e145ee94633927d768fee8ef5.zip
Notes
Diffstat (limited to 'biology')
-rw-r--r--biology/pycogent/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/pycogent/Makefile b/biology/pycogent/Makefile
index 286e9d129b90..8d8b03a815ef 100644
--- a/biology/pycogent/Makefile
+++ b/biology/pycogent/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pycogent
PORTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= biology python
MASTER_SITES= SF/${PORTNAME}/PyCogent/${PORTVERSION}
DISTNAME= PyCogent-${PORTVERSION}
@@ -18,7 +19,7 @@ COMMENT= A toolkit for statistical analysis of biological sequences
BUILD_DEPENDS= ${PYNUMPY} \
${LOCALBASE}/bin/cython:${PORTSDIR}/lang/cython \
${LOCALBASE}/bin/sphinx-build:${PORTSDIR}/textproc/py-sphinx \
- ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.5:${PORTSDIR}/databases/py-sqlalchemy
+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes