aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2004-03-06 17:22:11 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2004-03-06 17:22:11 +0000
commit73cd1be664ad79e0eb31d31208b1d5c4d3ea1eb3 (patch)
tree0aedf1f1f5cf4d2a55502aec8a7764b98b089655
parentd5e5082e47bff3fff637948a78979d6a85795581 (diff)
downloadports-73cd1be664ad79e0eb31d31208b1d5c4d3ea1eb3.tar.gz
ports-73cd1be664ad79e0eb31d31208b1d5c4d3ea1eb3.zip
Notes
-rw-r--r--sysutils/apcupsd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index ddf30da42603..f85c19f81221 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= apcupsd
PORTVERSION= 3.10.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,7 +26,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --sbindir=${PREFIX}/sbin \
--with-nologin=/var/run \
--disable-install-distdir --enable-usb \
--sysconfdir=${PREFIX}/etc/apcupsd \
- --with-serial-dev=/dev/usv
+ --with-serial-dev=/dev/usv \
+ --disable-pthreads
OPTIONS= CLIENT_ONLY "Build apcupsd client only (no network server)" off
OPTIONS+= CGI "Compile with CGI programms to show status" off