diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-03 19:41:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-03 19:41:32 +0000 |
commit | 7cdcf9aed1665b5c306eb21773bdfe1e886d7103 (patch) | |
tree | 8156e20afca01d9216c718d4023eba75e0a0f37a /net-p2p/zetacoin | |
parent | 4cda730b64e9bd37cd40f497774e7aeda0fde11b (diff) |
Notes
Diffstat (limited to 'net-p2p/zetacoin')
-rw-r--r-- | net-p2p/zetacoin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile index 0c5e1dde9b07..cdb140e11b23 100644 --- a/net-p2p/zetacoin/Makefile +++ b/net-p2p/zetacoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= zetacoin PORTVERSION= 0.11.2.3 DISTVERSIONPREFIX= v -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= net-p2p finance MAINTAINER= daniel@morante.net @@ -14,7 +14,8 @@ LICENSE= MIT LIB_DEPENDS= libboost_date_time.so:devel/boost-libs -USES+= autoreconf compiler:c++0x gmake libtool pkgconfig:build ssl +USES+= autoreconf compiler:c++11-lang gmake libtool pkgconfig:build ssl +USE_CXXSTD= c++11 CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} |