summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-12-26 07:28:02 +0000
committeredwin <edwin@FreeBSD.org>2004-12-26 07:28:02 +0000
commit394408d2ee48c277d4ca84ab929d84ccd905086c (patch)
treea9d476803b3af36408065fba485e7a0c34c437a6 /sysutils
parent8caa8bbdb9d91091b00e9498e651f3863a4a9456 (diff)
downloadFreeBSD-ports-394408d2ee48c277d4ca84ab929d84ccd905086c.zip
FreeBSD-ports-394408d2ee48c277d4ca84ab929d84ccd905086c.tar.gz
if 4.x, then USE_GCC
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 c6ed90e..d3aec5d 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>
OpenPOWER on IntegriCloud