diff options
Diffstat (limited to 'x11-drivers/xf86-input-elographics/Makefile')
-rw-r--r-- | x11-drivers/xf86-input-elographics/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-elographics/Makefile b/x11-drivers/xf86-input-elographics/Makefile index 48901c312f8c..fe1cdddfaf12 100644 --- a/x11-drivers/xf86-input-elographics/Makefile +++ b/x11-drivers/xf86-input-elographics/Makefile @@ -6,13 +6,23 @@ # PORTNAME= xf86-input-elographics -PORTVERSION= 1.2.4 +PORTVERSION= ${ELO_VERSION} +PORTREVISION= ${ELO_REVISION} CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org elographics input driver XORG_CAT= driver +USE_XORG= xextproto videoproto MAN4= elographics.4x +.if defined(WITH_NEW_XORG) +ELO_VERSION= 1.3.0 +ELO_REVISION= 0 +.else +ELO_VERSION= 1.2.4 +ELO_REVISION= 0 +.endif + .include <bsd.port.mk> |