diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-06-25 07:35:30 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-06-25 07:35:30 +0000 |
commit | af6c478e1129f4a5b6a1cf0f6587929b5bdef8a2 (patch) | |
tree | 0bf4621cad832ea69cd14369d253da176d97df8a /www/py-imdbpy | |
parent | f8d357bc2fba92ddd07ceaa160b5f8bf59a19c50 (diff) | |
download | ports-af6c478e1129f4a5b6a1cf0f6587929b5bdef8a2.tar.gz ports-af6c478e1129f4a5b6a1cf0f6587929b5bdef8a2.zip |
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS
Reported by: pavbot
Notes
Notes:
svn path=/head/; revision=276326
Diffstat (limited to 'www/py-imdbpy')
-rw-r--r-- | www/py-imdbpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-imdbpy/Makefile b/www/py-imdbpy/Makefile index 929363394d2f..1bc9d2551e44 100644 --- a/www/py-imdbpy/Makefile +++ b/www/py-imdbpy/Makefile @@ -19,7 +19,7 @@ COMMENT= Retrieve and manage the data of the IMDb movie database RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}migrate>=0:${PORTSDIR}/databases/py-migrate \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy06 \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0:${PORTSDIR}/databases/py-sqlalchemy06 \ ${PYTHON_PKGNAMEPREFIX}sqlobject>=0:${PORTSDIR}/databases/py-sqlobject USE_PYTHON= yes |