Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2021 13:46:26 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559940 - head/deskutils/zim
Message-ID:  <202101021346.102DkQxR050382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Jan  2 13:46:26 2021
New Revision: 559940
URL: https://svnweb.freebsd.org/changeset/ports/559940

Log:
  deskutils/zim: remove optional dependency on expired devel/bzr

Modified:
  head/deskutils/zim/Makefile

Modified: head/deskutils/zim/Makefile
==============================================================================
--- head/deskutils/zim/Makefile	Sat Jan  2 13:36:28 2021	(r559939)
+++ head/deskutils/zim/Makefile	Sat Jan  2 13:46:26 2021	(r559940)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101021346.102DkQxR050382>