Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2016 16:21:32 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r423279 - branches/2016Q4/sysutils/conky
Message-ID:  <201610041621.u94GLWvR046038@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610041621.u94GLWvR046038>