diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-21 06:52:38 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-21 06:52:38 +0000 |
commit | 789be6c32777b95fc58b0909fd6aea87ed08559c (patch) | |
tree | ada9ca02bcd073725f0499c73658c81063665a28 /net/kea | |
parent | 2506b89b16c7e3254ea55d43e001fe3b39047d73 (diff) | |
download | ports-789be6c32777b95fc58b0909fd6aea87ed08559c.tar.gz ports-789be6c32777b95fc58b0909fd6aea87ed08559c.zip |
Notes
Diffstat (limited to 'net/kea')
-rw-r--r-- | net/kea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kea/Makefile b/net/kea/Makefile index 1843f23fc11c..1bffa3ea531c 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -2,6 +2,7 @@ PORTNAME= kea PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ISC/kea/${PORTVERSION} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \ libboost_system.so:devel/boost-libs -USES= autoreconf libtool pathfix python:3.3+ ssl +USES= autoreconf compiler:c++11-lang libtool pathfix python:3.3+ ssl USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes |