summaryrefslogtreecommitdiff
path: root/databases/kbibtex
diff options
context:
space:
mode:
Diffstat (limited to 'databases/kbibtex')
-rw-r--r--databases/kbibtex/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile
index 25e915b82ff5..5863fa8ff067 100644
--- a/databases/kbibtex/Makefile
+++ b/databases/kbibtex/Makefile
@@ -36,4 +36,11 @@ WEBENGINE_USE= QT=webengine
WEBENGINE_USE_OFF= QT=webkit
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MWEBENGINE}
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+.endif
+
.include <bsd.port.mk>