diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2021-06-30 12:00:53 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2021-06-30 12:00:53 +0000 |
commit | fd2125a899b3f19f99fcea201739275253ecc28b (patch) | |
tree | 8256cb3a8e64dadad8872f584d92fcfa0e63a3bf /net-mgmt | |
parent | ecfeb56e2a4d7ac5c939ad893d8be7cd62d5465d (diff) |
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/metronome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/metronome/Makefile b/net-mgmt/metronome/Makefile index 4a27a4c2a473..14691d4c26a2 100644 --- a/net-mgmt/metronome/Makefile +++ b/net-mgmt/metronome/Makefile @@ -11,7 +11,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs -USES= autoreconf:build compiler:c++11-lang eigen:3 libtool:build pathfix pkgconfig +USES= autoreconf:build compiler:c++11-lang eigen:3 libtool:build \ + pathfix pkgconfig USE_GITHUB= yes GH_ACCOUNT= ahupowerdns |