aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2015-10-26 04:38:11 +0800
committergerald <gerald@FreeBSD.org>2015-10-26 04:38:11 +0800
commit58857c81452e8daaa3841a58730368aa8ff8ec40 (patch)
tree9fee0e4fb093921a450365deb65d66c184473241 /dns
parent95b5904ad3fed0fe5b2a967d200978ea2da16ee5 (diff)
downloadfreebsd-ports-gnome-58857c81452e8daaa3841a58730368aa8ff8ec40.tar.gz
freebsd-ports-gnome-58857c81452e8daaa3841a58730368aa8ff8ec40.tar.zst
freebsd-ports-gnome-58857c81452e8daaa3841a58730368aa8ff8ec40.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
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