diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-10-04 20:42:26 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-10-04 20:42:26 +0800 |
commit | 080c2e5338c7552c7789b142610d1142133920c7 (patch) | |
tree | 5d1f047c9321b6f99a387e7aa14c011bde442ec8 /sysutils | |
parent | 9c0d3a5fa2884a755b33226d4b27e73311a5fecc (diff) | |
download | freebsd-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')
-rw-r--r-- | sysutils/conky/Makefile | 2 |
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> |