diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-07 11:37:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-07 11:37:45 +0800 |
commit | d24057a451f7ecd883e42a1b5cbe2d85c8bce679 (patch) | |
tree | 460824fc846311d0cd14a2f8ccdc373dd98c4e34 /x11-drivers/input-wacom | |
parent | df364674383c9b1e3fb20758a2e166d1e12281c6 (diff) | |
download | freebsd-ports-gnome-d24057a451f7ecd883e42a1b5cbe2d85c8bce679.tar.gz freebsd-ports-gnome-d24057a451f7ecd883e42a1b5cbe2d85c8bce679.tar.zst freebsd-ports-gnome-d24057a451f7ecd883e42a1b5cbe2d85c8bce679.zip |
- Fix build on 6.X
Diffstat (limited to 'x11-drivers/input-wacom')
-rw-r--r-- | x11-drivers/input-wacom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/input-wacom/Makefile b/x11-drivers/input-wacom/Makefile index 37b71cf507e3..afe5bc97070b 100644 --- a/x11-drivers/input-wacom/Makefile +++ b/x11-drivers/input-wacom/Makefile @@ -65,6 +65,8 @@ PLIST_SUB+= UWACOMKLD="@noinst UWACOMKLD uwacom.ko" PORTTYPE= serial .endif +BROKEN= build failed + do-configure: @cd ${WRKDIR}/linuxwacom \ && ${LN} -s ${DISTDIR}/${DIST_SUBDIR}/${LINUXWACOM}.tar.bz2 \ |