diff options
Diffstat (limited to 'x11-drivers/xf86-input-joystick/Makefile')
-rw-r--r-- | x11-drivers/xf86-input-joystick/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-joystick/Makefile b/x11-drivers/xf86-input-joystick/Makefile index bb746ad..dabed65 100644 --- a/x11-drivers/xf86-input-joystick/Makefile +++ b/x11-drivers/xf86-input-joystick/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86-input-joystick -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.3 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -14,4 +14,6 @@ COMMENT= X.Org joystick input driver XORG_CAT= driver +MAN4= joystick.4x + .include <bsd.port.mk> |