From owner-svn-ports-head@FreeBSD.ORG Thu Jun 27 09:01:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7A788BE6; Thu, 27 Jun 2013 09:01:58 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6DCDA1398; Thu, 27 Jun 2013 09:01:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5R91w44071632; Thu, 27 Jun 2013 09:01:58 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5R91wTM071631; Thu, 27 Jun 2013 09:01:58 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201306270901.r5R91wTM071631@svn.freebsd.org> From: Wen Heping Date: Thu, 27 Jun 2013 09:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321877 - head/editors/gummi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 09:01:58 -0000 Author: wen Date: Thu Jun 27 09:01:57 2013 New Revision: 321877 URL: http://svnweb.freebsd.org/changeset/ports/321877 Log: - Uncomment RUN_DEPENDS of texproc/p5-texcount, since texproc/p5-texcount had been imported into portstree now. Approved by: maintainer(implicit) Modified: head/editors/gummi/Makefile Modified: head/editors/gummi/Makefile ============================================================================== --- head/editors/gummi/Makefile Thu Jun 27 08:56:18 2013 (r321876) +++ head/editors/gummi/Makefile Thu Jun 27 09:01:57 2013 (r321877) @@ -58,7 +58,7 @@ RUN_DEPENDS+= rubber:${PORTSDIR}/textpro .endif .if ${PORT_OPTIONS:MTEXCOUNT} -#RUN_DEPENDS+= ${LOCALBASE}/bin/texcount.${PORTVERSION}:${PORTSDIR}/texproc/p5-texcount +RUN_DEPENDS+= ${LOCALBASE}/bin/texcount.${PORTVERSION}:${PORTSDIR}/texproc/p5-texcount .endif .include