diff options
author | ache <ache@FreeBSD.org> | 2004-06-15 08:11:12 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-06-15 08:11:12 +0000 |
commit | b2d5cf87b16de41c8a2770434234fd03bf7583db (patch) | |
tree | 4da9523b461eea15fd92eb0d3ba33914c086f543 /www | |
parent | 503fd71d8b2eab1da19338007263d89c361d35cd (diff) | |
download | FreeBSD-ports-b2d5cf87b16de41c8a2770434234fd03bf7583db.zip FreeBSD-ports-b2d5cf87b16de41c8a2770434234fd03bf7583db.tar.gz |
OPTIONS not counted when PARALLEL_PACKAGE_BUILD, workaround
Diffstat (limited to 'www')
-rw-r--r-- | www/mnogosearch/Makefile | 4 | ||||
-rw-r--r-- | www/mnogosearch31/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index b5734b0..cc595f1 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 \ diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index b5734b0..cc595f1 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/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 \ |