diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 13:24:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 13:24:13 +0000 |
commit | a1041f827af5e7a426382fbdf2522d6601046a66 (patch) | |
tree | a6e9df4519a0cbabe681b1515c99944379166e1d /net-mgmt/centreon-clib | |
parent | d6eabf16640e9b0ed87acb1a15aa96eed9697590 (diff) | |
download | ports-a1041f827af5e7a426382fbdf2522d6601046a66.tar.gz ports-a1041f827af5e7a426382fbdf2522d6601046a66.zip |
Notes
Diffstat (limited to 'net-mgmt/centreon-clib')
-rw-r--r-- | net-mgmt/centreon-clib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/centreon-clib/Makefile b/net-mgmt/centreon-clib/Makefile index 0af0085d81dd..12b9c932a916 100644 --- a/net-mgmt/centreon-clib/Makefile +++ b/net-mgmt/centreon-clib/Makefile @@ -11,6 +11,8 @@ COMMENT= Common library of all Centreon projects written in C or C++ LICENSE= AGPLv3 +BROKEN= fails to build + USES= cmake CMAKE_SOURCE_PATH= ${WRKSRC}/build CMAKE_ARGS= -DWITH_PREFIX=${PREFIX} \ |