summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorlukem <lukem>2001-09-27 12:55:40 +0000
committerlukem <lukem>2001-09-27 12:55:40 +0000
commit5ca08e152c3f35867d7cb208acefa49aa34e86b0 (patch)
treef91c0f055fcb0f7349c1fcd7a1fa7971e3d22572 /sysutils
parent76e15048c51d06e2fab9a5e1eb2fc2dff961222b (diff)
downloadpkgsrc-5ca08e152c3f35867d7cb208acefa49aa34e86b0.tar.gz
http support also needs threads, so disable http for now as well
Diffstat (limited to 'sysutils')
-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