diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-04 17:26:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-04 17:26:58 +0800 |
commit | fa7d276b3c6ca98eec5089dc50a1e30449b353f8 (patch) | |
tree | a9ca721df83df565d9320b02de40126a82d65fec /deskutils/pinot | |
parent | 87f6188f32813d6829bf5f46db48dbd2e67234fb (diff) | |
download | freebsd-ports-gnome-fa7d276b3c6ca98eec5089dc50a1e30449b353f8.tar.gz freebsd-ports-gnome-fa7d276b3c6ca98eec5089dc50a1e30449b353f8.tar.zst freebsd-ports-gnome-fa7d276b3c6ca98eec5089dc50a1e30449b353f8.zip |
Unbreak configure
Diffstat (limited to 'deskutils/pinot')
-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 |