svn commit: r559940 - head/deskutils/zim

Rene Ladan rene at FreeBSD.org
Sat Jan 2 13:46:27 UTC 2021


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


More information about the svn-ports-all mailing list