diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-09-05 20:52:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-09-05 21:08:57 +0000 |
commit | 216dc9a064489232fbd9fcc2ff7293c639a94dc0 (patch) | |
tree | ab8dcec6dff867b39eda195a5de1c43149fdd55e /comms | |
parent | c5b27101bd44148e7ddab559d96438e77c05acd3 (diff) | |
download | ports-216dc9a064489232fbd9fcc2ff7293c639a94dc0.tar.gz ports-216dc9a064489232fbd9fcc2ff7293c639a94dc0.zip |
Diffstat (limited to 'comms')
-rw-r--r-- | comms/telldus-core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/telldus-core/Makefile b/comms/telldus-core/Makefile index abbc00111334..2dd4b785bb15 100644 --- a/comms/telldus-core/Makefile +++ b/comms/telldus-core/Makefile @@ -10,6 +10,8 @@ COMMENT= Tellstick Telldus daemon + library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= does not build: 'tr1/memory' file not found + BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libftdi.so:devel/libftdi \ libconfuse.so:devel/libconfuse \ |