mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
f0ca714781
commit
21f9bf8906
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424993
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue