svn commit: r496426 - head/devel/geany-plugin-webhelper

Antoine Brodin antoine at FreeBSD.org
Thu Mar 21 07:07:41 UTC 2019


Author: antoine
Date: Thu Mar 21 07:07:39 2019
New Revision: 496426
URL: https://svnweb.freebsd.org/changeset/ports/496426

Log:
  Both webkit-gtk2 and webkit-gtk3 are deprecated

Modified:
  head/devel/geany-plugin-webhelper/Makefile

Modified: head/devel/geany-plugin-webhelper/Makefile
==============================================================================
--- head/devel/geany-plugin-webhelper/Makefile	Thu Mar 21 07:04:43 2019	(r496425)
+++ head/devel/geany-plugin-webhelper/Makefile	Thu Mar 21 07:07:39 2019	(r496426)
@@ -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>


More information about the svn-ports-all mailing list