diff options
author | rafan <rafan@FreeBSD.org> | 2007-10-04 11:25:19 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-10-04 11:25:19 +0800 |
commit | b65db7c98cc7d3178c3313e788e583c69a01892d (patch) | |
tree | 6abb93bd9da7b17bbba396ef314d58c442c34075 /devel | |
parent | 671461223ee002888567473cd30eabb8d7524136 (diff) | |
download | freebsd-ports-gnome-b65db7c98cc7d3178c3313e788e583c69a01892d.tar.gz freebsd-ports-gnome-b65db7c98cc7d3178c3313e788e583c69a01892d.tar.zst freebsd-ports-gnome-b65db7c98cc7d3178c3313e788e583c69a01892d.zip |
- Fix INDEX
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liboil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 3aa5871b53cf..e58f528c7c21 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -24,7 +24,7 @@ CFLAGS:= ${CFLAGS:N-O*} -O2 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 && && !defined(WITH_3DNOW_GCC40) +.if ${OSVERSION} < 600000 && !defined(WITH_3DNOW_GCC40) BUILD_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34 RUN_DEPENDS+= gcc34:${PORTSDIR}/lang/gcc34 CC:= gcc34 |