diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-01 10:20:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-01 10:20:45 +0000 |
commit | 37729387067818f67e8d9ab39ab1997f87e84457 (patch) | |
tree | 7c5df23d84f523d90d335c88e830728cd762cda9 /x11-toolkits/py-wxPython28/Makefile | |
parent | 97980cd9b9561a42b739fa25f59a714e2c69bcb7 (diff) | |
download | ports-37729387067818f67e8d9ab39ab1997f87e84457.tar.gz ports-37729387067818f67e8d9ab39ab1997f87e84457.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-wxPython28/Makefile')
-rw-r--r-- | x11-toolkits/py-wxPython28/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index 31abb8c3fa8f..f63a2210a9fd 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -13,6 +13,9 @@ PKGNAMESUFFIX= 28 MAINTAINER= python@FreeBSD.org COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} WRKSRC_SUBDIR= wxPython |