summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-12-25 18:47:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-12-25 18:47:31 +0000
commit392fc538449f2d6e136b75394f6fa574b66f83cd (patch)
tree5dda705f6654718388fa643431212004804b9fe9
parentnet-mgmt/netdata: let netdata_user be more configurable (diff)
- Fix build with UDEV enabled
PR: 234263 Reported by: tant.sinnister@googlemail.com
Notes
Notes: svn path=/head/; revision=488333
-rw-r--r--devel/sdl20/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile
index a962df2c2b84..dd263baa0123 100644
--- a/devel/sdl20/Makefile
+++ b/devel/sdl20/Makefile
@@ -120,6 +120,7 @@ SDL_TIMERS_CONFIGURE_ENABLE= timers
SDL_VIDEO_CONFIGURE_ENABLE= video
UDEV_CONFIGURE_ENABLE= libudev
UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd
+UDEV_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
.include <bsd.port.options.mk>