svn commit: r321877 - head/editors/gummi

Wen Heping wen at FreeBSD.org
Thu Jun 27 09:01:58 UTC 2013


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>


More information about the svn-ports-all mailing list