diff options
Diffstat (limited to 'x11-drivers/xf86-input-magictouch/Makefile')
-rw-r--r-- | x11-drivers/xf86-input-magictouch/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-magictouch/Makefile b/x11-drivers/xf86-input-magictouch/Makefile index 61d5036..b070fdb 100644 --- a/x11-drivers/xf86-input-magictouch/Makefile +++ b/x11-drivers/xf86-input-magictouch/Makefile @@ -8,11 +8,13 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org magictouch input driver +.include <bsd.port.options.mk> + +.if defined(WITH_NEW_XORG) IGNORE= needs xf86_ansic.h which doesn't exist with recent xserver +.endif XORG_CAT= driver -MAN4= magictouch.4x USE_AUTOTOOLS= libtool -NO_STAGE= yes .include <bsd.port.mk> |