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 469e03c0c961..4ef2b129dad3 100644 --- a/x11-drivers/xf86-input-magictouch/Makefile +++ b/x11-drivers/xf86-input-magictouch/Makefile @@ -2,13 +2,15 @@ PORTNAME= xf86-input-magictouch PORTVERSION= 1.0.0.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org magictouch input driver BROKEN= Does not compile +DEPRECATED= Does not compile +EXPIRATION_DATE=2014-05-01 .include <bsd.port.options.mk> @@ -17,6 +19,6 @@ IGNORE= needs xf86_ansic.h which doesn't exist with recent xserver .endif XORG_CAT= driver -USE_AUTOTOOLS= libtool +USES= libtool .include <bsd.port.mk> |