aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/liboil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile
index 283e9f879076..2523855a2237 100644
--- a/devel/liboil/Makefile
+++ b/devel/liboil/Makefile
@@ -24,7 +24,7 @@ CFLAGS:= ${CFLAGS:N-O*} -O2
.include <bsd.port.pre.mk>
.if defined(WITH_3DNOW_GCC40) && ${OSVERSION} < 700042
-USE_GCC= 4.1+
+USE_GCC= 4.2+
RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif