aboutsummaryrefslogtreecommitdiff
path: root/net/silc-client
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-26 13:14:49 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-26 13:14:49 +0000
commit14ef631e9315d3bf8a5cc07d200a717141b86380 (patch)
treeb0b7bd95db064fc057c7cc1522e4358297dc165f /net/silc-client
parente530b8fce1e71d41d6322108054f9aef42a16119 (diff)
downloadports-14ef631e9315d3bf8a5cc07d200a717141b86380.tar.gz
ports-14ef631e9315d3bf8a5cc07d200a717141b86380.zip
Notes
Diffstat (limited to 'net/silc-client')
-rw-r--r--net/silc-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile
index 7f4f9626deea..629379a1faf9 100644
--- a/net/silc-client/Makefile
+++ b/net/silc-client/Makefile
@@ -44,7 +44,7 @@ PKGDEINSTALL= ${PKGINSTALL}
INSTALL_DIR?= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755
.ifndef(WITH_PTHREADS)
-CONFIGURE_ARGS+= --disable-threads
+CONFIGURE_ARGS+= --without-pthreads
.else
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS}"
.endif