diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-06-25 07:21:20 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-06-25 07:21:20 +0000 |
commit | c8a6af049941ef1e145ee94633927d768fee8ef5 (patch) | |
tree | 5849311abd1ccb5b22d22b87158faafbc76f1028 /games | |
parent | - Fix build with net/yaz (diff) |
- Fix *_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=276318
Diffstat (limited to 'games')
-rw-r--r-- | games/anki/Makefile.inc | 2 | ||||
-rw-r--r-- | games/py-anki/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/anki/Makefile.inc b/games/anki/Makefile.inc index 77ac007746db..71736575f8d0 100644 --- a/games/anki/Makefile.inc +++ b/games/anki/Makefile.inc @@ -37,7 +37,7 @@ DESKTOP_ENTRIES= "${PORTNAME}" \ .else BUILD_DEPENDS= ${PYNUMPY} \ py*-pysqlite>=0:${PORTSDIR}/databases/py-pysqlite23 \ - py*-sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy \ + py*-sqlalchemy06>=0:${PORTSDIR}/databases/py-sqlalchemy06 \ py*-game>=0:${PORTSDIR}/devel/py-game \ py*-simplejson>=0:${PORTSDIR}/devel/py-simplejson \ py*-matplotlib>=0.90.0:${PORTSDIR}/math/py-matplotlib diff --git a/games/py-anki/Makefile b/games/py-anki/Makefile index 2a7276342041..aff6b7e7322a 100644 --- a/games/py-anki/Makefile +++ b/games/py-anki/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= ports@FreeBSD.org COMMENT= Spaced-repetition memory training library |