diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-06-17 20:42:28 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-06-17 20:42:28 +0000 |
commit | 2a76a0d8103216f07155846725c066d0b111c1c7 (patch) | |
tree | c98065640908fe5ef8801a7ad2c349b48536b812 /editors/zim | |
parent | 54022091fbfabcc01e443620bf5382841d8197e8 (diff) | |
download | ports-2a76a0d8103216f07155846725c066d0b111c1c7.tar.gz ports-2a76a0d8103216f07155846725c066d0b111c1c7.zip |
Notes
Diffstat (limited to 'editors/zim')
-rw-r--r-- | editors/zim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile index b1f89cc87442..9c36c6fca0bf 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -7,7 +7,7 @@ PORTNAME= zim PORTVERSION= 0.56 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors python MASTER_SITES= http://www.zim-wiki.org/downloads/ @@ -56,7 +56,7 @@ RUN_DEPENDS+= scrot:${PORTSDIR}/graphics/scrot RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot .endif .if defined(WITH_BZR) -RUN_DEPENDS+= bzr:${PORTSDIR}/devel/bazaar-ng +RUN_DEPENDS+= bzr:${PORTSDIR}/devel/bzr .endif .if defined(WITH_GIT) RUN_DEPENDS+= git:${PORTSDIR}/devel/git |