aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-26 07:28:02 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-26 07:28:02 +0000
commit3b38cf0436cd6356eea536ac9386fa04b9ed6236 (patch)
treeec13140cdb16a4c9f32f3219f0ae5b2c4bfd2f6d /sysutils
parentedd78a5bb3e7ba85c228ef6087f5bc99fcbdfe72 (diff)
downloadports-3b38cf0436cd6356eea536ac9386fa04b9ed6236.tar.gz
ports-3b38cf0436cd6356eea536ac9386fa04b9ed6236.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/i855vidctl10/Makefile8
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>