diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-04 09:26:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-04 09:26:58 +0000 |
commit | f02a5b30d537ca5b4c44c16e9f64a6e19cb526f2 (patch) | |
tree | a9ca721df83df565d9320b02de40126a82d65fec /deskutils/pinot/Makefile | |
parent | 8d8988c58b46ee993438454e2311e102034d4f84 (diff) | |
download | ports-f02a5b30d537ca5b4c44c16e9f64a6e19cb526f2.tar.gz ports-f02a5b30d537ca5b4c44c16e9f64a6e19cb526f2.zip |
Notes
Diffstat (limited to 'deskutils/pinot/Makefile')
-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 |