diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-03-06 17:22:11 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-03-06 17:22:11 +0000 |
commit | 73cd1be664ad79e0eb31d31208b1d5c4d3ea1eb3 (patch) | |
tree | 0aedf1f1f5cf4d2a55502aec8a7764b98b089655 /sysutils/apcupsd | |
parent | d5e5082e47bff3fff637948a78979d6a85795581 (diff) | |
download | ports-73cd1be664ad79e0eb31d31208b1d5c4d3ea1eb3.tar.gz ports-73cd1be664ad79e0eb31d31208b1d5c4d3ea1eb3.zip |
Notes
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 5 |
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 |