diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 13:46:26 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 13:46:26 +0000 |
commit | bd5c521312d8674e93c114983f5670b64ef9f0c0 (patch) | |
tree | 9ee4f5070f15580ea256ba9c713fb1b95f5bf74d | |
parent | Revert r559936, there are still a lot of reverse dependencies (diff) |
deskutils/zim: remove optional dependency on expired devel/bzr
Notes
Notes:
svn path=/head/; revision=559940
-rw-r--r-- | deskutils/zim/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/zim/Makefile b/deskutils/zim/Makefile index 6d5747f16d6b..2a47766390f0 100644 --- a/deskutils/zim/Makefile +++ b/deskutils/zim/Makefile @@ -25,13 +25,11 @@ USE_PYTHON= autoplist distutils noflavors INSTALLS_ICONS= yes NO_ARCH= yes -OPTIONS_DEFINE= BZR DITAA GIT GNUPLOT GNUR GRAPHVIZ LATEX \ +OPTIONS_DEFINE= DITAA GIT GNUPLOT GNUR GRAPHVIZ LATEX \ MERCURIAL SCROT DITAA_DESC= Diagram editor support DITAA_RUN_DEPENDS= ditaa:graphics/ditaa -BZR_DESC= Version control for notebooks using bzr -BZR_RUN_DEPENDS= bzr:devel/bzr GIT_DESC= Version control for notebooks using git GIT_RUN_DEPENDS= git:devel/git GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot |