View | Details | Raw Unified | Return to bug 101342
Collapse All | Expand All

(-)apcupsd/Makefile (-5 / +4 lines)
Lines 38-48 Link Here
38
38
39
MAN8=		apcupsd.8
39
MAN8=		apcupsd.8
40
40
41
OPTIONS=	CLIENT_ONLY "Build apcupsd client only (no network server)" off
41
OPTIONS=	CLIENT_ONLY "Build apcupsd client only (no network server)" off \
42
OPTIONS+=	CGI "Compile with CGI programms to show status" off
42
		CGI "Compile with CGI programms to show status" off \
43
OPTIONS+=	USB "Compile with USB Support (READ MANUAL!)" on
43
		USB "Compile with USB Support (READ MANUAL!)" on \
44
OPTIONS+=	SNMP "Compile with SNMP Support (READ MANUAL!)" on
44
		SNMP "Compile with SNMP Support (READ MANUAL!)" on
45
OPTIONS+=	PTHREADS "Compile without pthreads support (READ MANUAL!)" off
46
45
47
IGNOREFILES=	${PORTNAME}.pdf
46
IGNOREFILES=	${PORTNAME}.pdf
48
PORTDOCS=	${PORTNAME}.pdf
47
PORTDOCS=	${PORTNAME}.pdf

Return to bug 101342