summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-wacom/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-12-06 22:54:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-12-06 22:54:46 +0000
commite4242716017f4d9d44d67550088cdbe409ca83ac (patch)
tree73fabf646bcd9e9ddde12dac16c66f6748601109 /x11-drivers/xf86-input-wacom/Makefile
parentdevel/onscripter: update to 20161102 (diff)
x11-drivers/xf86-input-wacom: update to 0.34.0 and fix stage-qa
Error: /usr/local/bin/xsetwacom is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/bin/xsetwacom is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35533919/
Notes
Notes: svn path=/head/; revision=428007
Diffstat (limited to 'x11-drivers/xf86-input-wacom/Makefile')
-rw-r--r--x11-drivers/xf86-input-wacom/Makefile5
1 files changed, 3 insertions, 2 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=" "