diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-09-30 19:25:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-09-30 19:25:42 +0000 |
commit | 0db7adbec441439ae1e79ae77bfcf001ff98159d (patch) | |
tree | 083543c3318b98997c0c56f647b1a2ae968a1df7 /www/mnogosearch | |
parent | c63fa3a9dc36243c357625b3212405deebf11e1c (diff) | |
download | ports-0db7adbec441439ae1e79ae77bfcf001ff98159d.tar.gz ports-0db7adbec441439ae1e79ae77bfcf001ff98159d.zip |
Notes
Diffstat (limited to 'www/mnogosearch')
-rw-r--r-- | www/mnogosearch/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index 0d7b4bf88610..0f5729a78a37 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -20,14 +20,16 @@ MAN5= indexer.conf.5 USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -CONFIGURE_ARGS= --enable-phrase \ +CONFIGURE_ARGS+=--enable-phrase \ --enable-shared \ - --enable-freebsd-pthreads \ --sysconfdir=${PREFIX}/etc/mnogosearch \ --localstatedir=/var/mnogosearch +.if !defined(WITHOUT_MNOGO_THREADS) +CONFIGURE_ARGS+= --enable-freebsd-pthreads CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" +.endif RUN_DEPENDS+= ${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13 |