diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-28 16:27:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-28 16:27:46 +0800 |
commit | 926825e80020acc49879e31135e033c9faf211e8 (patch) | |
tree | 439e2cadae0ff76916cd2b64a65b26f114dcbf4e /www | |
parent | 7b6b2cf42863c640a14387bf957febe7428606b3 (diff) | |
download | freebsd-ports-gnome-926825e80020acc49879e31135e033c9faf211e8.tar.gz freebsd-ports-gnome-926825e80020acc49879e31135e033c9faf211e8.tar.zst freebsd-ports-gnome-926825e80020acc49879e31135e033c9faf211e8.zip |
Mark BROKEN: Depends on conflicting py-sqlalchemy and py-sqlalchemy06
Diffstat (limited to 'www')
-rw-r--r-- | www/py-imdbpy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/py-imdbpy/Makefile b/www/py-imdbpy/Makefile index ac435c38fc1e..ef94ce0f7026 100644 --- a/www/py-imdbpy/Makefile +++ b/www/py-imdbpy/Makefile @@ -12,6 +12,8 @@ DISTNAME= IMDbPY-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Retrieve and manage the data of the IMDb movie database +BROKEN= Depends on conflicting py-sqlalchemy and py-sqlalchemy06 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy-migrate \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0:${PORTSDIR}/databases/py-sqlalchemy06 \ |