diff options
author | cs <cs@FreeBSD.org> | 2012-06-18 04:42:28 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-06-18 04:42:28 +0800 |
commit | 4d489985a34e7537b7f50db320ad9b90a8ed635c (patch) | |
tree | 726676b95d630ab962d4d15cbc41503bb2a512a3 /editors/zim | |
parent | 705e3b1ee82e049d214489abf42a695a2ba18bf3 (diff) | |
download | freebsd-ports-gnome-4d489985a34e7537b7f50db320ad9b90a8ed635c.tar.gz freebsd-ports-gnome-4d489985a34e7537b7f50db320ad9b90a8ed635c.tar.zst freebsd-ports-gnome-4d489985a34e7537b7f50db320ad9b90a8ed635c.zip |
Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzr
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 |