svn commit: r423259 - head/sysutils/conky

Guido Falsi madpilot at FreeBSD.org
Tue Oct 4 12:42:28 UTC 2016


Author: madpilot
Date: Tue Oct  4 12:42:26 2016
New Revision: 423259
URL: https://svnweb.freebsd.org/changeset/ports/423259

Log:
  Fix build by enforcing METAR option when XOAP option is enabled.
  
  Reported by:	pilot513 at gmail.com (via email)
  MFH:		2016Q4

Modified:
  head/sysutils/conky/Makefile

Modified: head/sysutils/conky/Makefile
==============================================================================
--- head/sysutils/conky/Makefile	Tue Oct  4 12:25:14 2016	(r423258)
+++ head/sysutils/conky/Makefile	Tue Oct  4 12:42:26 2016	(r423259)
@@ -116,7 +116,7 @@ XMMS2_LIB_DEPENDS=	libxmmsclient.so:audi
 
 XOAP_DESC=		Display XOAP weather reports
 XOAP_CMAKE_BOOL=	BUILD_WEATHER_XOAP
-XOAP_IMPLIES=		CURL
+XOAP_IMPLIES=		CURL METAR
 XOAP_USE=		gnome=libxml2
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list