diff options
author | wen <wen@FreeBSD.org> | 2013-06-27 17:01:57 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-06-27 17:01:57 +0800 |
commit | 16f4bfb7f50060e20fddf6b17c932e5d8cbb34d8 (patch) | |
tree | d43a5ff48e12e83405f0493bcd9ea2ef8d86725b /editors | |
parent | 8373d0c2131c5d79694c0192a4b8fd706c3247a4 (diff) | |
download | freebsd-ports-gnome-16f4bfb7f50060e20fddf6b17c932e5d8cbb34d8.tar.gz freebsd-ports-gnome-16f4bfb7f50060e20fddf6b17c932e5d8cbb34d8.tar.zst freebsd-ports-gnome-16f4bfb7f50060e20fddf6b17c932e5d8cbb34d8.zip |
- Uncomment RUN_DEPENDS of texproc/p5-texcount, since texproc/p5-texcount had been imported into portstree now.
Approved by: maintainer(implicit)
Diffstat (limited to 'editors')
-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> |