diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-01-18 04:11:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-01-18 04:11:02 +0000 |
commit | 25beeff0797dd33cfc7db69206925427481729ee (patch) | |
tree | 7189643b393c5d2ffd4fa8b22d44338010f9dfb0 /www/domoticz | |
parent | 2cd6161419576e97c766dd2e23764716151e72db (diff) |
Notes
Diffstat (limited to 'www/domoticz')
-rw-r--r-- | www/domoticz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile index 337cdaefa6e7..51b3bab6f0a9 100644 --- a/www/domoticz/Makefile +++ b/www/domoticz/Makefile @@ -2,7 +2,7 @@ PORTNAME= domoticz PORTVERSION= 3.${DOMOTICZ_REL} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= kiwi@oav.net @@ -11,6 +11,8 @@ COMMENT= Home Automation System LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/License.txt +BROKEN= fails to build with boost 1.66, see bug 224181 + LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 |