summaryrefslogtreecommitdiff
path: root/devel/liboil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/liboil/Makefile')
-rw-r--r--devel/liboil/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile
index d24390655e35..283e9f879076 100644
--- a/devel/liboil/Makefile
+++ b/devel/liboil/Makefile
@@ -23,19 +23,10 @@ CFLAGS:= ${CFLAGS:N-O*} -O2
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600000 && !defined(WITH_3DNOW_GCC40)
-BUILD_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34
-RUN_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34
-CC:= gcc34
-CXX:= g++34
-.endif
-
.if defined(WITH_3DNOW_GCC40) && ${OSVERSION} < 700042
USE_GCC= 4.1+
-.if ${OSVERSION} < 600000
RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif
-.endif
pre-everything::
.if ${MACHINE_CPU:M3dnow}!="" && ${OSVERSION} < 700042