diff options
author | sem <sem@FreeBSD.org> | 2006-04-19 21:29:26 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-04-19 21:29:26 +0800 |
commit | 80ffe5614a2fa4e31a0331a5e551e983f9810aeb (patch) | |
tree | 1c3c31dc2033961c92cd5b9871564de11d769ee7 /devel | |
parent | 60f0eb9c0087c63c8a1baab2144caad6a152a321 (diff) | |
download | freebsd-ports-gnome-80ffe5614a2fa4e31a0331a5e551e983f9810aeb.tar.gz freebsd-ports-gnome-80ffe5614a2fa4e31a0331a5e551e983f9810aeb.tar.zst freebsd-ports-gnome-80ffe5614a2fa4e31a0331a5e551e983f9810aeb.zip |
- Mark DEPRECATED because port is barely functional and has not been
developed in over two years
PR: ports/96027
Submitted by: maintainer
Diffstat (limited to 'devel')
-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: |