diff options
| author | Guido Falsi <madpilot@FreeBSD.org> | 2016-10-04 12:42:26 +0000 |
|---|---|---|
| committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-10-04 12:42:26 +0000 |
| commit | 9068a4d4e99c1697a324e163008497b35f3d45d5 (patch) | |
| tree | 5d1f047c9321b6f99a387e7aa14c011bde442ec8 | |
| parent | Bump PORTREVISION to chase the Emacs updates from r423103. (diff) | |
Fix build by enforcing METAR option when XOAP option is enabled.
Reported by: pilot513 at gmail.com (via email)
MFH: 2016Q4
Notes
Notes:
svn path=/head/; revision=423259
| -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> |
