From 0284a637838b305c163b40912a3ea92a141fa104 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 14 Sep 2013 22:28:36 +0000 Subject: Remove USE_GCC=any: builds properly with clang --- graphics/grafx2/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index d0a22f3ef680..90d2ef05a692 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= X11:${PORTSDIR}/x11/libX11 \ png15:${PORTSDIR}/graphics/png USES= gmake pkgconfig -USE_GCC= any USE_SDL= sdl image WRKSRC= ${WRKDIR}/${PORTNAME}/src -- cgit