svn commit: r424993 - head/sysutils/apcupsd

Jason E. Hale jhale at FreeBSD.org
Mon Oct 31 10:02:49 UTC 2016


Author: jhale
Date: Mon Oct 31 10:02:48 2016
New Revision: 424993
URL: https://svnweb.freebsd.org/changeset/ports/424993

Log:
  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 at ayaken.net>
  Approved by:	maintainer timeout

Modified:
  head/sysutils/apcupsd/Makefile

Modified: head/sysutils/apcupsd/Makefile
==============================================================================
--- head/sysutils/apcupsd/Makefile	Mon Oct 31 09:51:13 2016	(r424992)
+++ head/sysutils/apcupsd/Makefile	Mon Oct 31 10:02:48 2016	(r424993)
@@ -35,7 +35,7 @@ OPTIONS_DEFAULT=	APCSMART_DRV APCDUMB_DR
 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


More information about the svn-ports-all mailing list