aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/conky
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2016-10-04 20:42:26 +0800
committermadpilot <madpilot@FreeBSD.org>2016-10-04 20:42:26 +0800
commit080c2e5338c7552c7789b142610d1142133920c7 (patch)
tree5d1f047c9321b6f99a387e7aa14c011bde442ec8 /sysutils/conky
parent9c0d3a5fa2884a755b33226d4b27e73311a5fecc (diff)
downloadfreebsd-ports-gnome-080c2e5338c7552c7789b142610d1142133920c7.tar.gz
freebsd-ports-gnome-080c2e5338c7552c7789b142610d1142133920c7.tar.zst
freebsd-ports-gnome-080c2e5338c7552c7789b142610d1142133920c7.zip
Fix build by enforcing METAR option when XOAP option is enabled.
Reported by: pilot513 at gmail.com (via email) MFH: 2016Q4
Diffstat (limited to 'sysutils/conky')
-rw-r--r--sysutils/conky/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index 671f70dfc649..5646f803dd5b 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -116,7 +116,7 @@ XMMS2_LIB_DEPENDS= libxmmsclient.so:audio/xmms2
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>