diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-12 22:18:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-12 22:18:44 +0000 |
commit | 9184c6387b9ae0fc800a79f64ff5934ee0cccd80 (patch) | |
tree | 18e1db453f1fea8609287df19bb021fecb54384c /games | |
parent | 357076828f563df6e3fd87b4f300caa7e89f3f1e (diff) | |
download | ports-9184c6387b9ae0fc800a79f64ff5934ee0cccd80.tar.gz ports-9184c6387b9ae0fc800a79f64ff5934ee0cccd80.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/poker-engine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index 3382eb3c3af9..892926acccc5 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN= conflicting dependencies (py26-* and py27-*) + USE_GNOME= pkgconfig USE_PYTHON= 2.5-2.6 USE_GMAKE= yes |