diff options
Diffstat (limited to 'www/dpsearch')
-rw-r--r-- | www/dpsearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile index ccdf6de74908..4082d51e5236 100644 --- a/www/dpsearch/Makefile +++ b/www/dpsearch/Makefile @@ -40,7 +40,7 @@ EXTRACT_DESC= Enable libextractor support CONFIGURE_ENV+= PORTNAME="${PORTNAME}" THREADS_CONFIGURE_ENABLE= pthreads -THREADS_CONFIGURE_ENV= LIBS="-pthread" +THREADS_LIBS= -pthread ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell #ASPELL_CONFIGURE_WITH= aspell |