diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-07 03:37:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-07 03:37:45 +0000 |
commit | df1c5551d24aae8ad7283a1b1be1e2b2233aae21 (patch) | |
tree | 8815b4601f79ffeb4afb592441c225238e4eba54 /x11-drivers/xf86-input-acecad | |
parent | 79f18f57cd71506ee0cf4a0dc57c2821a26e50c7 (diff) | |
download | ports-df1c5551d24aae8ad7283a1b1be1e2b2233aae21.tar.gz ports-df1c5551d24aae8ad7283a1b1be1e2b2233aae21.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-input-acecad')
-rw-r--r-- | x11-drivers/xf86-input-acecad/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-acecad/Makefile b/x11-drivers/xf86-input-acecad/Makefile index 51ad8d266732..318080e1887f 100644 --- a/x11-drivers/xf86-input-acecad/Makefile +++ b/x11-drivers/xf86-input-acecad/Makefile @@ -15,4 +15,10 @@ COMMENT= X.Org acecad input driver XORG_CAT= driver MAN4= acecad.4x -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +USE_GCC= 4.2+ +.endif + +.include <bsd.port.post.mk> |