Date: Thu, 27 Jun 2013 09:01:58 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321877 - head/editors/gummi Message-ID: <201306270901.r5R91wTM071631@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306270901.r5R91wTM071631>