diff options
-rw-r--r-- | games/poker-engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index 07752b72285b..9f02e2382d24 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= http://download.gna.org/pokersource/sources/ MAINTAINER= ijliao@FreeBSD.org -COMMENT= Development libraries for poker simulation +COMMENT= A python library that implements poker rules RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt \ |