From fa7d276b3c6ca98eec5089dc50a1e30449b353f8 Mon Sep 17 00:00:00 2001 From: antoine Date: Fri, 4 Jul 2014 09:26:58 +0000 Subject: Unbreak configure --- deskutils/pinot/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'deskutils') diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 056534cb368a..0d1ead1941af 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -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 -- cgit