summaryrefslogtreecommitdiff
path: root/multimedia/v4l_compat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/v4l_compat/Makefile')
-rw-r--r--multimedia/v4l_compat/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/v4l_compat/Makefile b/multimedia/v4l_compat/Makefile
index 0a6032ed5f51..66b4a01df078 100644
--- a/multimedia/v4l_compat/Makefile
+++ b/multimedia/v4l_compat/Makefile
@@ -1,5 +1,5 @@
PORTNAME= v4l_compat
-PORTREVISION= 6
+PORTREVISION= 7
COMMENT= Video4Linux IOCTL header files
WWW= https://linuxtv.org
@@ -12,8 +12,8 @@ DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
BASE_HEADERS= \
- linux/cec.h \
linux/cec-funcs.h \
+ linux/cec.h \
linux/const.h \
linux/dvb/audio.h \
linux/dvb/ca.h \
@@ -25,17 +25,19 @@ BASE_HEADERS= \
linux/dvb/video.h \
linux/ivtv.h \
linux/lirc.h \
- linux/media.h \
linux/media-bus-format.h \
+ linux/media.h \
linux/uvcvideo.h \
linux/v4l2-common.h \
linux/v4l2-controls.h \
linux/v4l2-mediabus.h \
linux/v4l2-subdev.h \
- linux/videodev2.h
+ linux/videodev2.h \
+ linux/usb/video.h
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/linux/dvb
+ @${MKDIR} ${STAGEDIR}${PREFIX}/include/linux/usb
.for F in ${BASE_HEADERS}
${INSTALL_DATA} \