diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-07-23 20:14:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-07-23 20:14:25 +0000 |
commit | 8ce195815c4f1cf823afdd8324855c860b0cba14 (patch) | |
tree | faa0bc9a948290a74c5175d5d8bf12c51a7e9429 /x11-drivers/input-wacom/Makefile | |
parent | aa5c7abae0db68207272c5746fdca8e760f6d851 (diff) | |
download | ports-8ce195815c4f1cf823afdd8324855c860b0cba14.tar.gz ports-8ce195815c4f1cf823afdd8324855c860b0cba14.zip |
Notes
Diffstat (limited to 'x11-drivers/input-wacom/Makefile')
-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/ |