diff options
author | bouyer <bouyer@pkgsrc.org> | 2006-12-20 20:49:12 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2006-12-20 20:49:12 +0000 |
commit | 5917a315a4aafb73461b183c74fa94855fd71212 (patch) | |
tree | 7a7e0ca2763fa4f7365031205600bee33f6f6d8c /sysutils/apcupsd | |
parent | 3682cad903a769d4dc6bcbbd78b337ef73db7aeb (diff) | |
download | pkgsrc-5917a315a4aafb73461b183c74fa94855fd71212.tar.gz |
Enable USB by default, it works fine once uhidev is disabled in kernel
and doesn't hurt serial connections. Bump pkgrevision.
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 20b9a6cbbb8..90f583dfb56 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2006/11/17 19:51:20 bouyer Exp $ +# $NetBSD: Makefile,v 1.47 2006/12/20 20:49:12 bouyer Exp $ DISTNAME= apcupsd-3.12.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=apcupsd/} +PKGREVISION= 1 MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.apcupsd.org/ @@ -24,6 +25,7 @@ PKG_SYSCONFSUBDIR= apcupsd #CONFIGURE_ARGS+= --enable-powerflute # compile powerflute program CONFIGURE_ARGS+= --enable-net # enable NIS network driver +CONFIGURE_ARGS+= --enable-usb # enable USB network driver #CONFIGURE_ARGS+= --enable-snmp # enable SNMP driver CONFIGURE_ARGS+= --with-catgets # use catgets functions CONFIGURE_ARGS+= --enable-nls # i18n support |