Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2019 15:45:35 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489866 - head/x11/leechcraft
Message-ID:  <201901101545.x0AFjZJU076848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Jan 10 15:45:34 2019
New Revision: 489866
URL: https://svnweb.freebsd.org/changeset/ports/489866

Log:
  x11/leechcraft: Do not set OTLOZHU_CMAKE_OFF twice
  
  This is mostly for completeness sake and only fixes an obvious typo.
  The option remains broken.

Modified:
  head/x11/leechcraft/Makefile

Modified: head/x11/leechcraft/Makefile
==============================================================================
--- head/x11/leechcraft/Makefile	Thu Jan 10 15:21:07 2019	(r489865)
+++ head/x11/leechcraft/Makefile	Thu Jan 10 15:45:34 2019	(r489866)
@@ -254,7 +254,7 @@ OORONEE_CMAKE_ON=	-DENABLE_OORONEE:BOOL=true
 OORONEE_CMAKE_OFF=	-DENABLE_OORONEE:BOOL=false
 
 OTLOZHU_DESC=		(BROKEN) Otlozhu, a GTD-inspired ToDo manager
-OTLOZHU_CMAKE_OFF=	-DENABLE_OTLOZHU:BOOL=true
+OTLOZHU_CMAKE_ON=	-DENABLE_OTLOZHU:BOOL=true
 OTLOZHU_CMAKE_OFF=	-DENABLE_OTLOZHU:BOOL=false
 
 PINTAB_DESC=		Provides support for pinning tabs



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