From d141e006e70de45808a1b6cafdf6f6a0b65412b6 Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 27 Sep 2001 12:55:40 +0000 Subject: http support also needs threads, so disable http for now as well --- sysutils/apcupsd/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sysutils/apcupsd') diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 0aa9b965e3f..2d93ad7dc67 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/08/27 14:35:14 tron Exp $ +# $NetBSD: Makefile,v 1.13 2001/09/27 12:55:40 lukem Exp $ DISTNAME= apcupsd-3.6.2 CATEGORIES= sysutils @@ -15,10 +15,11 @@ USE_GMAKE= # defined #USE_LIBINTL= # defined GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --enable-http # include http support -# Thread support is needed to compile powerflute, which has a curses interface +# Thread support is needed to for http support, and to compile powerflute, +# which has a curses interface # +#CONFIGURE_ARGS+= --enable-http # include http support #DEPENDS+= ncurses-*:../../devel/ncurses #CONFIGURE_ARGS+= --enable-threads # compile threading code #CONFIGURE_ARGS+= --enable-powerflute # compile powerflute program -- cgit v1.2.3