svn commit: r360586 - head/deskutils/pinot
Antoine Brodin
antoine at FreeBSD.org
Fri Jul 4 09:26:59 UTC 2014
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
More information about the svn-ports-head
mailing list