From owner-svn-ports-all@FreeBSD.ORG Thu Jan 23 08:47:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0510CA4; Thu, 23 Jan 2014 08:47:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C137134C; Thu, 23 Jan 2014 08:47:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0N8lMAk039364; Thu, 23 Jan 2014 08:47:22 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0N8lMnk039363; Thu, 23 Jan 2014 08:47:22 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201401230847.s0N8lMnk039363@svn.freebsd.org> From: Max Brazhnikov Date: Thu, 23 Jan 2014 08:47:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340812 - head/devel/geany-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 08:47:22 -0000 Author: makc Date: Thu Jan 23 08:47:22 2014 New Revision: 340812 URL: http://svnweb.freebsd.org/changeset/ports/340812 QAT: https://qat.redports.org/buildarchive/r340812/ Log: Use options helpers Modified: head/devel/geany-plugins/Makefile Modified: head/devel/geany-plugins/Makefile ============================================================================== --- head/devel/geany-plugins/Makefile Thu Jan 23 08:44:18 2014 (r340811) +++ head/devel/geany-plugins/Makefile Thu Jan 23 08:47:22 2014 (r340812) @@ -25,17 +25,9 @@ NO_OPTIONS_SORT= yes .for plugin in ${GEANY_PLUGINS_ALL} OPTIONS_DEFINE+= ${plugin:U} ${plugin:U}_DESC= ${${plugin}_DESC} -${plugin:U}_DEP= geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin} +${plugin:U}_RUN_DEPENDS= geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin} .endfor NLS_DEP= geany-plugins-l10n>=0:${PORTSDIR}/devel/geany-plugins-l10n -.include - -.for opt in ${OPTIONS_DEFINE} -. if ${PORT_OPTIONS:M${opt}} -RUN_DEPENDS+= ${${opt}_DEP} -. endif -.endfor - .include