Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2019 16:46:08 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496353 - head/devel/geany-plugin-webhelper
Message-ID:  <201903201646.x2KGk8um095917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Mar 20 16:46:08 2019
New Revision: 496353
URL: https://svnweb.freebsd.org/changeset/ports/496353

Log:
  Only the gtk2 flavor is deprecated.

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

Modified: head/devel/geany-plugin-webhelper/Makefile
==============================================================================
--- head/devel/geany-plugin-webhelper/Makefile	Wed Mar 20 16:31:32 2019	(r496352)
+++ head/devel/geany-plugin-webhelper/Makefile	Wed Mar 20 16:46:08 2019	(r496353)
@@ -7,13 +7,16 @@ CATEGORIES=	devel
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
-DEPRECATED=	Depends on forbidden webkit port
-EXPIRATION_DATE=2019-03-24
-
 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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903201646.x2KGk8um095917>