diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-10-31 10:02:48 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-10-31 10:02:48 +0000 |
commit | 21f9bf8906cd1c09e738d5a309ea0ffb500c420b (patch) | |
tree | 450999a252b5b442be7c88fdb6e1cb3fe92635e9 /sysutils/apcupsd | |
parent | f0ca714781b4b138f2c26bac4e16489facd34565 (diff) |
Notes
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 8509f9de599e..0f9e1dc77ca9 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -35,7 +35,7 @@ OPTIONS_DEFAULT= APCSMART_DRV APCDUMB_DRV PCNET_DRV USB TCP_WRAPPERS MODBUS APCSMART_DRV_DESC= Compile APC SmartUPS serial driver APCDUMB_DRV_DESC= Compile dumb UPS driver CLIENT_ONLY_DESC= Only NIS client (no network server or drivers) -CGI_DESC= Compile with CGI programms to show status +CGI_DESC= Compile with CGI programs to show status PCNET_DRV_DESC= Compile PowerChute Network Shutdown driver USB_DESC= Compile with USB Support driver SNMP_DRV_DESC= Compile with SNMP driver @@ -56,6 +56,7 @@ CGI_CONFIGURE_ENABLE= cgi CGI_CONFIGURE_ON= --with-cgi-bin=${ETCDIR}/cgi CGI_LIB_DEPENDS= libgd.so:graphics/gd GAPCMON_CONFIGURE_ENABLE= gapcmon +GAPCMON_USES= pkgconfig GAPCMON_USE= GNOME=gconf2 GAPCMON_CONFLICTS= gapcmon-[0-9]* PCNET_DRV_CONFIGURE_ENABLE= pcnet |