diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-06-27 09:01:57 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-06-27 09:01:57 +0000 |
commit | faf59e208c8de637cbfffe89eee4fe224f382e21 (patch) | |
tree | d43a5ff48e12e83405f0493bcd9ea2ef8d86725b /editors/gummi | |
parent | fbf348f775d7c9f6d74a43107ee0312d9cffeba4 (diff) | |
download | ports-faf59e208c8de637cbfffe89eee4fe224f382e21.tar.gz ports-faf59e208c8de637cbfffe89eee4fe224f382e21.zip |
Notes
Diffstat (limited to 'editors/gummi')
-rw-r--r-- | editors/gummi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile index 337b14b3c12b..d54e6a5e039b 100644 --- a/editors/gummi/Makefile +++ b/editors/gummi/Makefile @@ -58,7 +58,7 @@ RUN_DEPENDS+= rubber:${PORTSDIR}/textproc/rubber .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> |