diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-09-14 14:26:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-09-14 14:26:31 +0000 |
commit | 63008e23aedde5b6d0c03bd558f70cfea7640d23 (patch) | |
tree | bcb5dd5da54974c41eeb6bcc6580e1a12ee13af2 /net-p2p/Makefile | |
parent | 0a39e00b12230a94a32aa85cd4d7f5ea8bf9b9fd (diff) |
net-p2p/zetacoin: fix build with current boost.
Resurrect -nox11 slave port as -daemon slave port.
Split off cli and tx utilities from main port into -utils slave port.
PR: 237017
Submitted by: Daniel Morante
Reported by: jbeich
Notes
Notes:
svn path=/head/; revision=512017
Diffstat (limited to 'net-p2p/Makefile')
-rw-r--r-- | net-p2p/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 6ff0a78d0af7..1359aa64ea8d 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -93,5 +93,7 @@ SUBDIR += vuze SUBDIR += xmrig SUBDIR += zetacoin + SUBDIR += zetacoin-daemon + SUBDIR += zetacoin-utils .include <bsd.port.subdir.mk> |