From 58857c81452e8daaa3841a58730368aa8ff8ec40 Mon Sep 17 00:00:00 2001
From: gerald <gerald@FreeBSD.org>
Date: Sun, 25 Oct 2015 20:38:11 +0000
Subject: 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
---
 dns/dnsdist/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'dns')

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
-- 
cgit