diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-06-15 08:11:12 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-06-15 08:11:12 +0000 |
commit | de600a6d58568f65d0ca5863e28e81165046e010 (patch) | |
tree | b7d213c750c51008b528f261fa39daf2d9df3ae4 /www/mnogosearch | |
parent | 50f97191abc2142f3a097af354687afc7b3c88c4 (diff) | |
download | ports-de600a6d58568f65d0ca5863e28e81165046e010.tar.gz ports-de600a6d58568f65d0ca5863e28e81165046e010.zip |
OPTIONS not counted when PARALLEL_PACKAGE_BUILD, workaround
Notes
Notes:
svn path=/head/; revision=111525
Diffstat (limited to 'www/mnogosearch')
-rw-r--r-- | www/mnogosearch/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index b5734b0efd82..cc595f19043a 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -30,6 +30,10 @@ CONFIGURE_ARGS+=--enable-phrase \ --localstatedir=/var/mnogosearch CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" +.if defined(PARALLEL_PACKAGE_BUILD) +# OPTIONS not counted, workaround +WITH_MNOGO_BUILTIN=true +.endif OPTIONS= MNOGO_THREADS "Enable pthreads" on \ MNOGO_SSL "Enable SSL" on \ MNOGO_GUESSER "Enable Cyrillic charset guesser" off \ |