diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-28 16:22:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-28 16:22:48 +0000 |
commit | 46ccf5b7431e23c6bef0b8ae97d17eed697d0b33 (patch) | |
tree | fbe1e7d0be16f27e997460e492d73635d1d2fc4a /x11-toolkits | |
parent | 207bd824cf763d9fa4c67937f27c36b0be5503dd (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-vte/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/py-vte/Makefile b/x11-toolkits/py-vte/Makefile index 1a2d0591781a..187efe6b4638 100644 --- a/x11-toolkits/py-vte/Makefile +++ b/x11-toolkits/py-vte/Makefile @@ -9,6 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface for VTE (Terminal widget) +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-28 + MASTERDIR= ${.CURDIR}/../vte BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${BUILD_WRKSRC} |