aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-03-21 15:07:39 +0800
committerantoine <antoine@FreeBSD.org>2019-03-21 15:07:39 +0800
commit8f25ad3f01e558b5a43989efaef137f62fcc819b (patch)
treedddcb975d81b344d4e54964a0ce0367b3fbfee7d
parente1d603860f343c4e55578a5174a8fae907c19471 (diff)
downloadfreebsd-ports-gnome-8f25ad3f01e558b5a43989efaef137f62fcc819b.tar.gz
freebsd-ports-gnome-8f25ad3f01e558b5a43989efaef137f62fcc819b.tar.zst
freebsd-ports-gnome-8f25ad3f01e558b5a43989efaef137f62fcc819b.zip
Both webkit-gtk2 and webkit-gtk3 are deprecated
-rw-r--r--devel/geany-plugin-webhelper/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/geany-plugin-webhelper/Makefile b/devel/geany-plugin-webhelper/Makefile
index e25535f6c20e..0a3ba8c2f9be 100644
--- a/devel/geany-plugin-webhelper/Makefile
+++ b/devel/geany-plugin-webhelper/Makefile
@@ -14,9 +14,7 @@ gtk3_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
-.if ${FLAVOR} == gtk2
DEPRECATED= Depends on forbidden webkit port
EXPIRATION_DATE=2019-03-24
-.endif
.include <bsd.port.mk>