aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-hyperpen
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-hyperpen
parent79f18f57cd71506ee0cf4a0dc57c2821a26e50c7 (diff)
downloadports-df1c5551d24aae8ad7283a1b1be1e2b2233aae21.tar.gz
ports-df1c5551d24aae8ad7283a1b1be1e2b2233aae21.zip
Notes
Diffstat (limited to 'x11-drivers/xf86-input-hyperpen')
-rw-r--r--x11-drivers/xf86-input-hyperpen/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-hyperpen/Makefile b/x11-drivers/xf86-input-hyperpen/Makefile
index 5c76af262b35..aca1b54e0a10 100644
--- a/x11-drivers/xf86-input-hyperpen/Makefile
+++ b/x11-drivers/xf86-input-hyperpen/Makefile
@@ -15,4 +15,11 @@ COMMENT= X.Org hyperpen input driver
XORG_CAT= driver
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+USE_GCC= 4.2+
+.endif
+
+.include <bsd.port.post.mk>
+