diff options
-rw-r--r-- | deskutils/pinot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |