diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-19 13:29:26 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-19 13:29:26 +0000 |
commit | ac44a39aab92856ac08130163346eb5a6c18d3b2 (patch) | |
tree | 69a1fbb8ae48601eb02d741848b828afd350c61a /devel/py-ui | |
parent | 6204cd8130183303503605edca03d87cf076ecf0 (diff) | |
download | ports-ac44a39aab92856ac08130163346eb5a6c18d3b2.tar.gz ports-ac44a39aab92856ac08130163346eb5a6c18d3b2.zip |
Notes
Diffstat (limited to 'devel/py-ui')
-rw-r--r-- | devel/py-ui/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-ui/Makefile b/devel/py-ui/Makefile index a81b5fd9aa13..79a850aaf6d6 100644 --- a/devel/py-ui/Makefile +++ b/devel/py-ui/Makefile @@ -28,6 +28,11 @@ USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS=yes +DEPRECATED= PyUI does not work with well with current versions of\ + graphics/py-opengl and has not been developed in over two\ + years. Python game development should be done with\ + devel/py-game instead + DOCSDIR= ${LOCALBASE}/share/doc/py-ui post-install: |