diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-21 23:01:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-21 23:01:49 +0000 |
commit | e202be6a263e1c88c91f146c0a0648113e4a9cec (patch) | |
tree | a1f8364b743c4f2c9ad79d47a355aa4b5a080781 /x11-drivers/xf86-video-openchrome | |
parent | 9ce0cc2c42e16512acdcb111f41d3872e36abccf (diff) | |
download | ports-e202be6a263e1c88c91f146c0a0648113e4a9cec.tar.gz ports-e202be6a263e1c88c91f146c0a0648113e4a9cec.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-openchrome')
-rw-r--r-- | x11-drivers/xf86-video-openchrome/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile index 2e4e98c131e6..820df531fbe6 100644 --- a/x11-drivers/xf86-video-openchrome/Makefile +++ b/x11-drivers/xf86-video-openchrome/Makefile @@ -30,4 +30,10 @@ MAN4= via.4x pre-configure: @(cd ${WRKSRC} && ${SH} ./autogen.sh) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} <= 600000 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |