diff options
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/input-wacom/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-citron/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-fpit/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-rdc/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/x11-drivers/input-wacom/Makefile b/x11-drivers/input-wacom/Makefile index 37b71cf507e3..171fb432ee64 100644 --- a/x11-drivers/input-wacom/Makefile +++ b/x11-drivers/input-wacom/Makefile @@ -24,6 +24,8 @@ MANCOMPRESSED= yes USE_GMAKE= yes USE_RC_SUBR= wacom +BROKEN= does not patch + KMODDIR?= /boot/modules XINPUTMODDIR= lib/xorg/modules/input MAN4DIR= man/man4 diff --git a/x11-drivers/xf86-input-citron/Makefile b/x11-drivers/xf86-input-citron/Makefile index be7a6306e93d..ad82343f401c 100644 --- a/x11-drivers/xf86-input-citron/Makefile +++ b/x11-drivers/xf86-input-citron/Makefile @@ -13,6 +13,8 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org citron input driver +BROKEN= does not compile + XORG_CAT= driver MAN4= citron.4x diff --git a/x11-drivers/xf86-input-fpit/Makefile b/x11-drivers/xf86-input-fpit/Makefile index 6f8106411880..0f7c61ec532e 100644 --- a/x11-drivers/xf86-input-fpit/Makefile +++ b/x11-drivers/xf86-input-fpit/Makefile @@ -16,6 +16,8 @@ COMMENT= X.Org fpit input driver XORG_CAT= driver USE_XORG= xrandr +BROKEN= does not compile + MAN4= fpit.4x .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-rdc/Makefile b/x11-drivers/xf86-video-rdc/Makefile index 651cf5228a43..43f77d7239ea 100644 --- a/x11-drivers/xf86-video-rdc/Makefile +++ b/x11-drivers/xf86-video-rdc/Makefile @@ -18,6 +18,8 @@ COMMENT= X.Org RDC display driver XORG_CAT= driver USE_XORG= xvmc xf86driproto xextproto x11 glproto +BROKEN= does not compile + do-install: ${MKDIR} ${PREFIX}/lib/xorg/modules/drivers ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/rdc_drv.so \ |