summaryrefslogtreecommitdiff
path: root/sysutils/apcupsd
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2001-09-27 12:55:40 +0000
committerlukem <lukem@pkgsrc.org>2001-09-27 12:55:40 +0000
commitd141e006e70de45808a1b6cafdf6f6a0b65412b6 (patch)
treef91c0f055fcb0f7349c1fcd7a1fa7971e3d22572 /sysutils/apcupsd
parent19d89af72575742107b52227369400ab28dec389 (diff)
downloadpkgsrc-d141e006e70de45808a1b6cafdf6f6a0b65412b6.tar.gz
http support also needs threads, so disable http for now as well
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r--sysutils/apcupsd/Makefile7
1 files changed, 4 insertions, 3 deletions
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