diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-10-25 20:38:11 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-10-25 20:38:11 +0000 |
commit | 9c88366292d482a14dc4fc02ac8d77f0a3cedbf7 (patch) | |
tree | 9fee0e4fb093921a450365deb65d66c184473241 /dns | |
parent | d8c079f57dace71ca9ea7aceb803de0f5ac47083 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsdist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index f4e8b767d41c..af3a2e2470d7 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_serialization.so:${PORTSDIR}/devel/boost-libs \ CXXFLAGS+= -D_GLIBCXX_USE_C99 LDFLAGS+= -L${LOCALBASE}/lib -latomic GNU_CONFIGURE= yes -USE_GCC= 4.8+ +USE_GCC= yes USES= bison cpe gmake libtool lua:52 pkgconfig readline tar:bz2 CONFIGURE_ARGS= --enable-libsodium INSTALL_TARGET= install-strip |