svn commit: r489866 - head/x11/leechcraft

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 10 15:45:35 UTC 2019


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


More information about the svn-ports-all mailing list