diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-04-13 08:04:52 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-04-13 08:04:52 +0000 |
commit | b13c844feef43a2aeaece31ceeb4af42ad1cacf0 (patch) | |
tree | 1a75527b9846c7870f06d26af42cbda19a8ccca6 /graphics/libosmesa | |
parent | 762fd7edc2a4c395abce88eae2e46cdfff2d78c7 (diff) | |
download | ports-b13c844feef43a2aeaece31ceeb4af42ad1cacf0.tar.gz ports-b13c844feef43a2aeaece31ceeb4af42ad1cacf0.zip |
Notes
Diffstat (limited to 'graphics/libosmesa')
-rw-r--r-- | graphics/libosmesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index 39f441b167a5..260cab9d1bd5 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -42,7 +42,7 @@ SHLIB_VERS= ${PORTVERSION:R:R} .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" +.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64" BROKEN= Fails to build .endif |