diff options
-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 |