svn commit: r423279 - branches/2016Q4/sysutils/conky

Guido Falsi madpilot at FreeBSD.org
Tue Oct 4 16:21:33 UTC 2016


Author: madpilot
Date: Tue Oct  4 16:21:32 2016
New Revision: 423279
URL: https://svnweb.freebsd.org/changeset/ports/423279

Log:
  MFH: r423259
  
  Fix build by enforcing METAR option when XOAP option is enabled.
  
  Reported by:	pilot513 at gmail.com (via email)
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q4/sysutils/conky/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/sysutils/conky/Makefile
==============================================================================
--- branches/2016Q4/sysutils/conky/Makefile	Tue Oct  4 16:06:57 2016	(r423278)
+++ branches/2016Q4/sysutils/conky/Makefile	Tue Oct  4 16:21:32 2016	(r423279)
@@ -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