diff options
author | jhale <jhale@FreeBSD.org> | 2016-10-31 18:02:48 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-10-31 18:02:48 +0800 |
commit | 7334e3f954cf3a3dae70fd42e44bfef6b67a4d5b (patch) | |
tree | 450999a252b5b442be7c88fdb6e1cb3fe92635e9 /sysutils | |
parent | 189966e1a9d60c95e7602802cf12c3cb300c26f1 (diff) | |
download | freebsd-ports-gnome-7334e3f954cf3a3dae70fd42e44bfef6b67a4d5b.tar.gz freebsd-ports-gnome-7334e3f954cf3a3dae70fd42e44bfef6b67a4d5b.tar.zst freebsd-ports-gnome-7334e3f954cf3a3dae70fd42e44bfef6b67a4d5b.zip |
Add pkgconf build dependency when GAPCMON option is enabled
While here:
Fix a typo in CGI_DESC
PR: 211011
Submitted by: Martin S. Weber <freebsd-bugzilla@ayaken.net>
Approved by: maintainer timeout
Diffstat (limited to 'sysutils')
-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 |