diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 19:19:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 19:19:52 +0000 |
commit | 76dfebbc4662824841c70749bc4902cf249fe088 (patch) | |
tree | 6dcfc085eba98d85281f96a2507c87df01fbbc0c /databases/py-migrate | |
parent | 02104605d597699749f317180e73e570b269db0a (diff) | |
download | ports-76dfebbc4662824841c70749bc4902cf249fe088.tar.gz ports-76dfebbc4662824841c70749bc4902cf249fe088.zip |
- Fix Build
- Bump PORTREVISION
Submitted by: pointyhat
Aron Stansvik<elvstone@gmail.com> (Maintainer)
Notes
Notes:
svn path=/head/; revision=182001
Diffstat (limited to 'databases/py-migrate')
-rw-r--r-- | databases/py-migrate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-migrate/Makefile b/databases/py-migrate/Makefile index 269364cd0222..24d62b6dc5aa 100644 --- a/databases/py-migrate/Makefile +++ b/databases/py-migrate/Makefile @@ -7,6 +7,7 @@ PORTNAME= migrate PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://cheeseshop.python.org/packages/source/m/migrate/ \ http://dose.se/distfiles/migrate/ @@ -22,6 +23,6 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} \ USE_PYDISTUTILS= yes BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/SQLAlchemy-0.3.1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/databases/py-sqlalchemy +RUN_DEPENDS+= py-sqlalchemy>=0.3.0:${PORTSDIR}/databases/py-sqlalchemy .include <bsd.port.mk> |