diff options
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/input-wacom/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-drivers/input-wacom/Makefile b/x11-drivers/input-wacom/Makefile index 1f53c5e27afa..7af3852fd706 100644 --- a/x11-drivers/input-wacom/Makefile +++ b/x11-drivers/input-wacom/Makefile @@ -63,6 +63,10 @@ PLIST_SUB+= UWACOMKLD="@noinst UWACOMKLD uwacom.ko" PORTTYPE= serial .endif +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + post-patch: @${LN} -s ../${LINUXWACOM} ${WRKDIR}/linuxwacom/ |