View | Details | Raw Unified | Return to bug 216278
Collapse All | Expand All

(-)x11-drivers/xf86-input-wacom/Makefile (-4 / +2 lines)
Lines 13-22 Link Here
13
BUILD_DEPENDS=	v4l_compat>=1.0.20110603:multimedia/v4l_compat
13
BUILD_DEPENDS=	v4l_compat>=1.0.20110603:multimedia/v4l_compat
14
RUN_DEPENDS=	webcamd>=3.1.0.1:multimedia/webcamd
14
RUN_DEPENDS=	webcamd>=3.1.0.1:multimedia/webcamd
15
15
16
USES=		tar:bzip2 pathfix pkgconfig libtool
16
USES=		tar:bzip2 pathfix
17
USE_XORG=	x11 xinerama xrandr
17
USE_XORG=	x11 xext xinerama xrandr
18
XORG_CAT=	driver
18
XORG_CAT=	driver
19
LDFLAGS+=	-Wl,--as-needed # Xext
20
USE_RC_SUBR=	wacom
19
USE_RC_SUBR=	wacom
21
SUB_FILES=	pkg-message
20
SUB_FILES=	pkg-message
22
CONFIGURE_ENV=	UDEV_CFLAGS=" " UDEV_LIBS=" "
21
CONFIGURE_ENV=	UDEV_CFLAGS=" " UDEV_LIBS=" "
Lines 23-29 Link Here
23
CONFIGURE_ARGS=	--without-systemd-unit-dir \
22
CONFIGURE_ARGS=	--without-systemd-unit-dir \
24
		--without-udev-rules-dir \
23
		--without-udev-rules-dir \
25
		--without-doxygen
24
		--without-doxygen
26
INSTALL_TARGET=	install-strip
27
25
28
OPTIONS_DEFINE=	DEBUG TEST
26
OPTIONS_DEFINE=	DEBUG TEST
29
27

Return to bug 216278