Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= xf86-input-wacom |
3 |
PORTNAME= xf86-input-wacom |
4 |
PORTVERSION= 0.24.99.1 |
4 |
PORTVERSION= 0.25.99.1 |
5 |
CATEGORIES= x11-drivers |
5 |
CATEGORIES= x11-drivers |
6 |
MASTER_SITES= SF/linuxwacom/${PORTNAME} |
6 |
MASTER_SITES= SF/linuxwacom/${PORTNAME} |
7 |
|
7 |
|
Lines 19-24
CONFIGURE_ARGS= --without-systemd-unit-dir \
Link Here
|
19 |
--without-udev-rules-dir \ |
19 |
--without-udev-rules-dir \ |
20 |
--without-doxygen |
20 |
--without-doxygen |
21 |
|
21 |
|
|
|
22 |
OPTIONS_DEFINE= DEBUG TEST |
23 |
|
24 |
DEBUG_CONFIGURE_ENABLE=debug |
25 |
|
26 |
TEST_CONFIGURE_ENABLE=unit-tests |
27 |
TEST_ALL_TARGET=check |
28 |
|
22 |
post-patch: |
29 |
post-patch: |
23 |
@${REINPLACE_CMD} -e 's/as_fn_error.*udev/${TRUE} &/' \ |
30 |
@${REINPLACE_CMD} -e 's/as_fn_error.*udev/${TRUE} &/' \ |
24 |
-e 's/dir=.*xorg-server/& \ |
31 |
-e 's/dir=.*xorg-server/& \ |