diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-06 22:54:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-06 22:54:46 +0000 |
commit | e4242716017f4d9d44d67550088cdbe409ca83ac (patch) | |
tree | 73fabf646bcd9e9ddde12dac16c66f6748601109 /x11-drivers | |
parent | b6ee46837f950bc7317459efe055b4a907207307 (diff) | |
download | ports-e4242716017f4d9d44d67550088cdbe409ca83ac.tar.gz ports-e4242716017f4d9d44d67550088cdbe409ca83ac.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-wacom/Makefile | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-input-wacom/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-drivers/xf86-input-wacom/Makefile b/x11-drivers/xf86-input-wacom/Makefile index 8f67ed6a88fe..096f867118da 100644 --- a/x11-drivers/xf86-input-wacom/Makefile +++ b/x11-drivers/xf86-input-wacom/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-input-wacom -PORTVERSION= 0.33.0 +PORTVERSION= 0.34.0 CATEGORIES= x11-drivers MASTER_SITES= SF/linuxwacom/${PORTNAME} @@ -14,8 +14,9 @@ BUILD_DEPENDS= v4l_compat>=1.0.20110603:multimedia/v4l_compat RUN_DEPENDS= webcamd>=3.1.0.1:multimedia/webcamd USES= tar:bzip2 pathfix pkgconfig libtool -USE_XORG= xrandr xinerama +USE_XORG= x11 xinerama xrandr XORG_CAT= driver +LDFLAGS+= -Wl,--as-needed # Xext USE_RC_SUBR= wacom SUB_FILES= pkg-message CONFIGURE_ENV= UDEV_CFLAGS=" " UDEV_LIBS=" " diff --git a/x11-drivers/xf86-input-wacom/distinfo b/x11-drivers/xf86-input-wacom/distinfo index 3f78e6e54b9f..922b5635d6bf 100644 --- a/x11-drivers/xf86-input-wacom/distinfo +++ b/x11-drivers/xf86-input-wacom/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/driver/xf86-input-wacom-0.33.0.tar.bz2) = 24eef830744a388795a318ef743f19c451e394d9ef1332e98e2d54810a70f8e0 -SIZE (xorg/driver/xf86-input-wacom-0.33.0.tar.bz2) = 595192 +TIMESTAMP = 1480975206 +SHA256 (xorg/driver/xf86-input-wacom-0.34.0.tar.bz2) = f15d8e4f3bf3a5b2db0b3f9c9565361b084896c3cb54ac11b8de5e405f9cb045 +SIZE (xorg/driver/xf86-input-wacom-0.34.0.tar.bz2) = 598624 |