diff options
author | nivit <nivit@FreeBSD.org> | 2011-06-25 15:21:20 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-06-25 15:21:20 +0800 |
commit | 4d9cfb3715b8b08ff29c1e77eb9c0d1516db38eb (patch) | |
tree | 4b7854cac874465360039abf00a6903670cca02b /biology | |
parent | 1d02af1321769d81f3ef310de8ea924a1cb4896c (diff) | |
download | freebsd-ports-gnome-4d9cfb3715b8b08ff29c1e77eb9c0d1516db38eb.tar.gz freebsd-ports-gnome-4d9cfb3715b8b08ff29c1e77eb9c0d1516db38eb.tar.zst freebsd-ports-gnome-4d9cfb3715b8b08ff29c1e77eb9c0d1516db38eb.zip |
- Fix *_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
Diffstat (limited to 'biology')
-rw-r--r-- | biology/pycogent/Makefile | 3 |
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 |