summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-citron
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-05-07 03:37:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-05-07 03:37:45 +0000
commitdf1c5551d24aae8ad7283a1b1be1e2b2233aae21 (patch)
tree8815b4601f79ffeb4afb592441c225238e4eba54 /x11-drivers/xf86-input-citron
parent- duplicate www/apache22 re-fix for /etc/ftpusers in www/apache20 (diff)
- Fix build on 6.X
Notes
Notes: svn path=/head/; revision=253877
Diffstat (limited to 'x11-drivers/xf86-input-citron')
-rw-r--r--x11-drivers/xf86-input-citron/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-citron/Makefile b/x11-drivers/xf86-input-citron/Makefile
index 4c49036ad882..b514f556f965 100644
--- a/x11-drivers/xf86-input-citron/Makefile
+++ b/x11-drivers/xf86-input-citron/Makefile
@@ -16,4 +16,10 @@ COMMENT= X.Org citron input driver
XORG_CAT= driver
MAN4= citron.4x
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+USE_GCC= 4.2+
+.endif
+
+.include <bsd.port.post.mk>