diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-01-31 15:58:02 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-01-31 15:58:02 +0000 |
commit | 1c073619efac027b4469ecb512242ca5bdc5171c (patch) | |
tree | 388c1aaff74bdaa6c44e105aaf00db18de59d1f8 /www/mnogosearch31/Makefile | |
parent | Chase gtkhtml shared library revision. (diff) |
Enable threads
Notes
Notes:
svn path=/head/; revision=37840
Diffstat (limited to 'www/mnogosearch31/Makefile')
-rw-r--r-- | www/mnogosearch31/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 9698d0c816c8..34452bec4f26 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -7,7 +7,7 @@ PORTNAME= mnogosearch PORTVERSION= 3.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www databases MASTER_SITES= http://search.mnogo.ru/Download/ @@ -22,6 +22,7 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ + --enable-freebsd-pthreads \ --sysconfdir=${PREFIX}/etc/mnogosearch \ --localstatedir=/var/mnogosearch |