diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-26 07:28:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-26 07:28:02 +0000 |
commit | 3b38cf0436cd6356eea536ac9386fa04b9ed6236 (patch) | |
tree | ec13140cdb16a4c9f32f3219f0ae5b2c4bfd2f6d /sysutils | |
parent | edd78a5bb3e7ba85c228ef6087f5bc99fcbdfe72 (diff) | |
download | ports-3b38cf0436cd6356eea536ac9386fa04b9ed6236.tar.gz ports-3b38cf0436cd6356eea536ac9386fa04b9ed6236.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/i855vidctl10/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/i855vidctl10/Makefile b/sysutils/i855vidctl10/Makefile index c6ed90eb9827..d3aec5d64e33 100644 --- a/sysutils/i855vidctl10/Makefile +++ b/sysutils/i855vidctl10/Makefile @@ -16,4 +16,10 @@ COMMENT= Reesolution Tool for Centrino based Laptops ONLY_FOR_ARCHS= i386 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +USE_GCC= 3.4 +.endif + +.include <bsd.port.post.mk> |