Index: head/devel/geany-plugin-webhelper/Makefile =================================================================== --- head/devel/geany-plugin-webhelper/Makefile (revision 496425) +++ head/devel/geany-plugin-webhelper/Makefile (revision 496426) @@ -1,22 +1,20 @@ # $FreeBSD$ PORTNAME= geany-plugin-webhelper PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= libsoup-2.4.so:devel/libsoup gtk2_LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2 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