Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 09:26:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360586 - head/deskutils/pinot
Message-ID:  <201407040926.s649QxtT040781@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jul  4 09:26:58 2014
New Revision: 360586
URL: http://svnweb.freebsd.org/changeset/ports/360586
QAT: https://qat.redports.org/buildarchive/r360586/

Log:
  Unbreak configure

Modified:
  head/deskutils/pinot/Makefile

Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile	Fri Jul  4 09:23:18 2014	(r360585)
+++ head/deskutils/pinot/Makefile	Fri Jul  4 09:26:58 2014	(r360586)
@@ -57,9 +57,10 @@ SHEBANG_FILES=	scripts/bash/*.sh
 OPTIONS_DEFINE=	DEBUG CHMLIB DOCS
 OPTIONS_SUB=	yes
 
-DEBUG_CONFIGURE_ENABLE=	debug-yes
+DEBUG_CONFIGURE_ON=	--enable-debug=yes
 
-CHMLIB_CONFIGURE_ENABLE=	chmlib=yes
+CHMLIB_CONFIGURE_ON=	--enbale-chmlib=yes
+CHMLIB_CONFIGURE_OFF=	--disable-chmlib
 CHMLIB_LIB_DEPENDS=	libchm.so:${PORTSDIR}/misc/chmlib
 
 INSTALLS_ICONS=	yes



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