aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2015-10-25 20:38:11 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2015-10-25 20:38:11 +0000
commit9c88366292d482a14dc4fc02ac8d77f0a3cedbf7 (patch)
tree9fee0e4fb093921a450365deb65d66c184473241 /dns
parentd8c079f57dace71ca9ea7aceb803de0f5ac47083 (diff)
downloadports-9c88366292d482a14dc4fc02ac8d77f0a3cedbf7.tar.gz
ports-9c88366292d482a14dc4fc02ac8d77f0a3cedbf7.zip
Replace USE_GCC=4.8+ by USE_GCC=yes. Both are equivalent as of today,
and generally we want to use the default version of GCC in cases like these. Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=400165
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsdist/Makefile2
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