diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-01 21:18:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-01 21:18:14 +0000 |
commit | 05a8ca767047985edb23ad72542b974a2f32e358 (patch) | |
tree | 05d1ea918057293067c464cd45a646f908d52d67 /sysutils/cluster-glue | |
parent | b72597752e22d4ba2b0c1edfc2e2f720771b99ca (diff) | |
download | ports-05a8ca767047985edb23ad72542b974a2f32e358.tar.gz ports-05a8ca767047985edb23ad72542b974a2f32e358.zip |
Notes
Diffstat (limited to 'sysutils/cluster-glue')
-rw-r--r-- | sysutils/cluster-glue/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/cluster-glue/Makefile b/sysutils/cluster-glue/Makefile index 36c530567cae..d10c3cf6ed0a 100644 --- a/sysutils/cluster-glue/Makefile +++ b/sysutils/cluster-glue/Makefile @@ -16,6 +16,8 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB +BROKEN= fails to build + LIB_DEPENDS= libltdl.so:devel/libltdl \ libuuid.so:misc/e2fsprogs-libuuid \ libnet.so:net/libnet |